PREFIX core: PREFIX rdfs: PREFIX obo: CONSTRUCT { ?containingEvent rdfs:label ?containingEventName } WHERE { PERSON_URI obo:RO_0000053 ?presenterRole . ?presenterRole a core:PresenterRole . ?presenterRole obo:BFO_0000054 ?presentation . ?presentation obo:BFO_0000050 ?containingEvent . ?containingEvent rdfs:label ?containingEventName }