PREFIX core: PREFIX rdfs: CONSTRUCT { ?location rdfs:label ?locationName . } WHERE { PERSON_URI core:hasPresenterRole ?presenterRole . ?presenterRole core:roleIn ?presentation . ?presentation core:eventWithin ?containingEvent . ?containingEvent core:hasGeographicLocation ?location . ?location rdfs:label ?locationName . }