You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: