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