PREFIX rdfs: PREFIX test: PREFIX xsd: PREFIX owl: PREFIX rdf: SELECT ?Date WHERE { ?Event rdf:type test:Event ; test:hasDate ?Date . FILTER ( ?Date = "2010-01-19T16:00:00Z"^^xsd:dateTime ) }