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