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”.