PREFIX a: PREFIX dc: PREFIX xsd: SELECT ?annot WHERE { ?annot a:annotates . ?annot dc:created ?date . FILTER ( xsd:dateTime(?date) < xsd:dateTime("2005-01-01T00:00:00Z") ) }