blob: a00b57da0c00a5c0237f74b57b89d6f84df555d8 [file] [log] [blame]
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX : <http://example.org/things#>
SELECT ?x ?v
WHERE
{ ?x :p ?v .
FILTER ( str(?v) = "1" ) .
}