PREFIX core: PREFIX rdfs: CONSTRUCT { ?containingEvent rdfs:label ?containingEventName } WHERE { PERSON_URI core:hasPresenterRole ?presenterRole . ?presenterRole core:roleRealizedIn ?presentation . ?presentation core:eventWithin ?containingEvent . ?containingEvent rdfs:label ?containingEventName }