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,13 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?publicationVenue ?property ?object .
|
||||
} 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 core:hasPublicationVenue ?publicationVenue .
|
||||
?publicationVenue ?property ?object .
|
||||
}
|
|
@ -1,13 +1,19 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
|
||||
CONSTRUCT {
|
||||
?coAuthorship ?property1 ?object1 .
|
||||
?person ?property2 ?object2 .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?publication .
|
||||
?publication core:informationResourceInAuthorship ?coAuthorship .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?publication .
|
||||
?publication a obo:IAO_0000030 .
|
||||
?publication core:relatedBy ?coAuthorship .
|
||||
?coAuthorship a core:Authorship .
|
||||
?coAuthorship ?property1 ?object1 .
|
||||
?coAuthorship core:linkedAuthor ?person .
|
||||
?coAuthorship core:relates ?person .
|
||||
?person a foaf:Person .
|
||||
?person ?property2 ?object2 .
|
||||
}
|
|
@ -1,11 +1,15 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?event ?property ?object .
|
||||
} 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 .
|
||||
}
|
|
@ -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 .
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?location rdfs:label ?locationName .
|
||||
} 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 core:hasGeographicLocation ?location .
|
||||
?event obo:RO_0001025 ?location .
|
||||
?location rdfs:label ?locationName .
|
||||
}
|
|
@ -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/>
|
||||
|
||||
CONSTRUCT {
|
||||
?startDate ?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 .
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?publication ?property ?object .
|
||||
} 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 ?property ?object .
|
||||
}
|
|
@ -1,11 +1,14 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?date ?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 ?dateTimeValue ?date .
|
||||
?date ?property ?object .
|
||||
?date core:dateTimePrecision ?precision .
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?informationResource ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?publication .
|
||||
?publication core:partOf ?informationResource .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?publication .
|
||||
?publication a obo:IAO_0000030 .
|
||||
?publication obo:BFO_0000050 ?informationResource .
|
||||
?informationResource ?property ?object .
|
||||
}
|
|
@ -1,11 +1,14 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?informationResource ?property ?object .
|
||||
} 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:reproducedIn ?informationResource .
|
||||
?informationResource ?property ?object .
|
||||
}
|
|
@ -1,11 +1,14 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?publicationStatus ?property ?object .
|
||||
} 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:status ?publicationStatus .
|
||||
?publicationStatus ?property ?object .
|
||||
}
|
|
@ -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 .
|
||||
}
|
|
@ -1,10 +1,13 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?publisher ?property ?object .
|
||||
} 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 core:hasPublicationVenue ?publicationVenue .
|
||||
?publicationVenue core:publisher ?publisher .
|
||||
?publisher ?property ?object .
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
||||
|
||||
CONSTRUCT {
|
||||
?publisher ?property ?object .
|
||||
} 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 core:publisher ?publisher .
|
||||
?publisher ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue