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
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue