PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX owl: PREFIX swrl: PREFIX swrlb: PREFIX vitro: PREFIX vivo: PREFIX bibo: PREFIX dcterms: PREFIX event: PREFIX foaf: PREFIX skos: PREFIX core: Construct { _:dtv a core:DateTimeValue . _:dtv core:dateTime ?theDate . _:dtv core:dateTimePrecision core:yearPrecision . ?thing core:dateTimeValue _:dtv . } where { ?thing core:year ?theDate . Optional { ?thing a ?ettype . ?thing a core:EducationalTraining } Optional { ?thing a ?prtype . ?thing a core:PresenterRole } FILTER (!bound(?ettype)) FILTER (!bound(?prtype)) }