Query for all triples with the same subject, recursive?

Is there a way to query for all triples with the same subject?

My use case is simpe: I represent an entity with a set of triples with the same subject. In my domain model, the entity has some optional values. It would make life easy if i could just query for "everything with subject ". Or even “everything with subject recursing n levels”.

should get you halfway there. We can then build subject level recursion using this information. Feel free to file an issue for the recursion part.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.