|
Is it possible to write generic SPARQL CONSTRUCT query that will return me the whole graph starting from root node? As result I want to have all Graph triples. Ontology:
Graph
*EDIT* Mathematically speaking, I have a Rooted graph. And I want to get the whole graph starting from the root node. |
|
As far as I can tell from your description, a simple
will give you the result you want. |


I'm not sure what you mean. What do you expect the result to be? Are you trying to say that example:next is a transitive property ie.
if:
then you want to infer
Or do you just want to replicate the graph as is using SPARQL?
@artem, please edit your question to include the SPARQL query that you have tried, and why it doesn't do what you want.
@Sweet Burlap, the second one. See my edit.