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 { _:role a core:PresenterRole . _ :role core:roleIn ?event . ?event core:relatedRole _:role . ?person core:hasPresenterRole _:role . _:role core:presenterRoleOf ?person . ?event bibo:presents ?infores . ?infores bibo:presentedAt ?event. } where { ?person core:presentationActivity ?pactivity . optional { ?pactivity core:activityRelatedEvent ?event . } optional { ?pactivity core:activityRelatedInformationResource ?infores . } }