summaryrefslogtreecommitdiff
path: root/test/DAWG/rdflib/subquery1.rq
blob: 862c6400d37eef2cb4d792a462033039d46333b6 (plain)
1
2
3
4
5
6
7
8
9
# baseline - actually no subquery
# find 2 hop chain (this works)

PREFIX x: <http://example.org/>

SELECT ?a ?b ?c WHERE {
  ?a x:p ?b .
  ?b x:p ?c .
}