# SPARQL is defined over simple entailment so # only syntactic matches show. # (Some systems may match because they do # value-based matching in the graph (D-entailment)) # Does not strictly match "1"^xsd:integer PREFIX : PREFIX t: PREFIX xsd: SELECT * { ?x :p "001"^^xsd:integer }