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 ?type . ?thing a core:EducationalTraining } FILTER (!bound(?type)) }