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:PrincipalInvestigatorRole . _:role core:roleIn ?grant . ?grant core:relatedRole _:role . ?person core:hasPrincipalInvestigatorRole _:role . _:role core:principalInvestigatorRoleOf ?person . } where { ?person core:principalInvestigatorOn ?grant }