summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/construct/query-reif-2.rq
blob: 959e1595bce81e611cd3e91f50ed6187785c5fb1 (plain)
1
2
3
4
5
6
7
8
9
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX  foaf:       <http://xmlns.com/foaf/0.1/>

CONSTRUCT { _:a rdf:subject ?s ;
                rdf:predicate ?p ;
                rdf:object ?o  . }
WHERE {
  ?s ?p ?o .
}