PREFIX core: PREFIX rdf: CONSTRUCT { ?awardingOrganization ?p ?o } WHERE { { {PERSON_URI core:hasPrincipalInvestigatorRole ?investigatorRole } union {PERSON_URI core:hasCo-PrincipalInvestigatorRole ?investigatorRole } } ?investigatorRole core:roleContributesTo ?grant . ?grant a core:Grant . ?grant core:grantAwardedBy ?awardingOrganization . ?awardingOrganization ?p ?o }