rdfstore-js icon indicating copy to clipboard operation
rdfstore-js copied to clipboard

Support SPARQL 1.1 property paths

Open hhp21 opened this issue 8 years ago • 1 comments

Hi, I have a use case where I'm interested in finding all the sub classes of a class. The only way I think this is possible is with property paths:

SELECT ?t { ?t rdfs:subClassOf+ <http://example.com/myClass> . }

But I believe property paths are not supported yet. Are there any plans to add support for this? I don't think there is a workaround for querying for transitive closures without doing it in a loop in code.

Thanks.

hhp21 avatar Aug 31 '16 18:08 hhp21

In general, what plans are there for v1.1 and further development of this library?

danbri avatar Sep 24 '16 19:09 danbri