PREFIX rdf: PREFIX rdfs: PREFIX xsd: PREFIX owl: PREFIX swrl: PREFIX swrlb: PREFIX vitro: PREFIX vivo: PREFIX bibo: PREFIX dcterms: PREFIX event: PREFIX foaf: PREFIX skos: PREFIX core: Construct { ?activity core:roleIn ?event . ?event core:relatedRole ?activity . ?event bibo:presents ?infores . ?infores bibo:presentedAt ?event. } where { ?person core:presentationActivity ?activity . optional { ?activity core:activityRelatedEvent ?event . } optional { ?activity core:activityRelatedInformationResource ?infores . } }