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