blob: 408fef5bde83752e7ced8f40cbc73be248a585d2 [file] [log] [blame]
PREFIX : <http://example/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?x ?date
{
?x :s ?date .
FILTER ( datatype(?date) = xsd:date )
}