PREFIX core: PREFIX rdf: CONSTRUCT { ?grant ?property ?object . ?investigatorRole core:roleContributesTo ?grant . } WHERE { { {PERSON_URI core:hasPrincipalInvestigatorRole ?investigatorRole } union {PERSON_URI core:hasCo-PrincipalInvestigatorRole ?investigatorRole } } ?investigatorRole core:roleContributesTo ?grant . ?grant a core:Grant . ?grant ?property ?object }