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 { ?thing core:startYear ?theStartYear . ?thing core:endYear ?theEndYear . } where { ?thing core:startYear ?theStartYear . ?thing core:endYear ?theEndYear . }