From 0ed1fa0dcb7b6bed637bbd3a2daeade8fce1f35c Mon Sep 17 00:00:00 2001 From: stellamit Date: Wed, 13 Jul 2011 19:15:21 +0000 Subject: [PATCH] NIHVIVO-1275 export person profile --- .../WEB-INF/rich-export/funding/grants.sparql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 productMods/WEB-INF/rich-export/funding/grants.sparql 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