summaryrefslogtreecommitdiff
path: root/test/DAWG/rdflib/nestedbnode.rq
blob: f6013aad072c03066fa451509276fdf6234067bf (plain)
1
2
3
4
5
6
7
8
PREFIX ex: <http://example.org/>

SELECT * WHERE { 
  [ a ex:Thing ; 
    ex:p1 [ ex:p2 ex:a ] ;
    ex:p2 ex:b 
  ]
}