getting a graph path using SPARQL [duplicate]
问题 This question already has an answer here : Querying a Graph path in SPARQL (1 answer) Closed 4 years ago . We have the following turtle dataset representing a graph where we want to observe some properties. @prefix v1: <http://localhost:9091/graphe/> . @prefix v2: <http://localhost:9091/graphe#> . v1:a v2:p v1:b. v1:a v2:q v1:f. v1:a v2:p v1:g. v1:b v2:p v1:c. v1:c v2:q v1:h. v1:c v2:p v1:i. v1:c v2:p v1:d. v1:d v2:p v1:e. v1:f v2:p v1:g. v1:f v2:q v1:l. v1:f v2:p v1:k. v1:g v2:p v1:c. v1:g