PREFIX core: PREFIX rdf: PREFIX rdfs: CONSTRUCT { ?investigatorRole core:roleContributesTo ?grant . ?grant core:grantAwardedBy ?awardingOrganization . ?awardingOrganization rdfs:label ?label } 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 rdfs:label ?label }