VIVO-472 updated the rich-export sparql queries
This commit is contained in:
parent
4e7bfbf783
commit
23e0a4d390
55 changed files with 305 additions and 157 deletions
|
@ -1,12 +1,15 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?endDate ?property ?object .
|
||||
?precision ?property2 ?object2 .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?publication .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?publication .
|
||||
?publication a obo:IAO_0000030 .
|
||||
?publication bibo:presentedAt ?event .
|
||||
?event ?property ?object .
|
||||
?event core:dateTimeInterval ?dateTimeInterval .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue