summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/entailment/rdfs09.rq
blob: 0e174c0cd1e039c53dcb081f8c607731366b9200 (plain)
1
2
3
4
5
6
7
PREFIX ex: <http://example.org/ns#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
SELECT ?x
WHERE {
  ?x rdf:type ex:f .
}