PREFIX core: PREFIX rdf: CONSTRUCT { ?grant ?property ?object . ?investigatorRole core:relatedBy ?grant . } WHERE { { { PERSON_URI core:relatedBy ?investigatorRole . ?investigatorRole a core:PrincipalInvestigatorRole } union { PERSON_URI core:relatedBy ?investigatorRole . ?investigatorRole a core:CoPrincipalInvestigatorRole } } ?investigatorRole core:relatedBy ?grant . ?grant a core:Grant . ?grant ?property ?object }