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