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
|
@ -4,7 +4,8 @@ CONSTRUCT {
|
|||
?date ?property ?object .
|
||||
?precision ?property2 ?object2 .
|
||||
} WHERE {
|
||||
PERSON_URI core:hasCredential ?issuedCredential .
|
||||
PERSON_URI core:relatedBy ?issuedCredential .
|
||||
?issuedCredential a core:IssuedCredential .
|
||||
?issuedCredential core:dateIssued ?date .
|
||||
?date ?property ?object .
|
||||
?date core:dateTimePrecision ?precision .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue