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