summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/basic/bgp-no-match.rq
blob: b72ccca46a9eacd179f0cc78d847db90eaf234aa (plain)
1
2
3
4
5
6
7
8
PREFIX : <http://example.org/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?x
WHERE {
  ?x foaf:name "John Smith" ;
       a foaf:Womble .
}