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 { _:edtv a core:DateTimeValue . _:edtv core:dateTime ?theEndYear . _:edtv core:dateTimePrecision core:yearPrecision . ?thing core:dateTimeInterval _:dti . _:dti a core:DateTimeInterval . _:dti core:end _:edtv . _:dti core:dateTimeIntervalFor ?thing . } where { ?thing core:endYear ?theEndYear . Optional { ?thing core:startYear ?theStartYear } FILTER (!bound(?theStartYear)) }