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,10 +1,15 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
|
||||
|
||||
CONSTRUCT {
|
||||
?urllink ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?publication .
|
||||
?publication core:webpage ?urllink .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?publication .
|
||||
?publication a obo:IAO_0000030 .
|
||||
?publication obo:ARG_2000028 ?vcard .
|
||||
?vcard vcard:hasURL ?urllink .
|
||||
?urllink ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue