diff --git a/productMods/WEB-INF/rich-export/funding/grants.sparql b/productMods/WEB-INF/rich-export/funding/grants.sparql new file mode 100644 index 00000000..41a8ec96 --- /dev/null +++ b/productMods/WEB-INF/rich-export/funding/grants.sparql @@ -0,0 +1,16 @@ +PREFIX core: +PREFIX rdf: + +CONSTRUCT { + ?grant ?property ?object +} WHERE { + { + {PERSON_URI core:hasPrincipalInvestigatorRole ?investigatorRole } + union + {PERSON_URI core:hasCo-PrincipalInvestigatorRole ?investigatorRole } + } + + ?investigatorRole core:roleIn ?grant . + ?grant a core:Grant . + ?grant ?property ?object +} \ No newline at end of file