Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SPARQL 1.1 property paths #136

Open
hhp21 opened this issue Aug 31, 2016 · 1 comment
Open

Support SPARQL 1.1 property paths #136

hhp21 opened this issue Aug 31, 2016 · 1 comment

Comments

@hhp21
Copy link

hhp21 commented Aug 31, 2016

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.

@danbri
Copy link

danbri commented Sep 24, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants