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
|
@ -5,8 +5,9 @@ PREFIX bibo: <http://purl.org/ontology/bibo/>
|
|||
CONSTRUCT {
|
||||
?assignee ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?patent .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?patent .
|
||||
?patent rdf:type bibo:Patent .
|
||||
?patent core:assignee ?assignee .
|
||||
?assignee ?property ?object .
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX bibo: <http://purl.org/ontology/bibo/>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
|
||||
CONSTRUCT {
|
||||
?person ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?patent .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?patent .
|
||||
?patent rdf:type bibo:Patent .
|
||||
?authorship core:linkedAuthor ?person .
|
||||
?authorship core:relates ?person .
|
||||
?person a foaf:Person .
|
||||
?person ?property ?object .
|
||||
}
|
|
@ -5,8 +5,9 @@ PREFIX bibo: <http://purl.org/ontology/bibo/>
|
|||
CONSTRUCT {
|
||||
?patent ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?patent .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?patent .
|
||||
?patent rdf:type bibo:Patent .
|
||||
?patent ?property ?object .
|
||||
}
|
|
@ -6,8 +6,9 @@ CONSTRUCT {
|
|||
?date ?property ?object .
|
||||
?precision ?property2 ?object2 .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?patent .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?patent .
|
||||
?patent rdf:type bibo:Patent .
|
||||
?patent core:dateFiled ?date .
|
||||
?date ?property ?object .
|
||||
|
|
|
@ -6,8 +6,9 @@ CONSTRUCT {
|
|||
?date ?property ?object .
|
||||
?precision ?property2 ?object2 .
|
||||
} WHERE {
|
||||
PERSON_URI core:authorInAuthorship ?authorship .
|
||||
?authorship core:linkedInformationResource ?patent .
|
||||
PERSON_URI core:relatedBy ?authorship .
|
||||
?authorship a core:Authorship .
|
||||
?authorship core:relates ?patent .
|
||||
?patent rdf:type bibo:Patent .
|
||||
?patent core:dateIssued ?date .
|
||||
?date ?property ?object .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue