NIHVIVO-1275 export person profile
This commit is contained in:
parent
7a7406a35c
commit
0ed1fa0dcb
1 changed files with 16 additions and 0 deletions
16
productMods/WEB-INF/rich-export/funding/grants.sparql
Normal file
16
productMods/WEB-INF/rich-export/funding/grants.sparql
Normal file
|
@ -0,0 +1,16 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue