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
|
@ -3,7 +3,9 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
CONSTRUCT {
|
||||
?credential ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:hasCredential ?issuedCredential .
|
||||
?issuedCredential core:issuanceOfCredential ?credential .
|
||||
PERSON_URI core:relatedBy ?issuedCredential .
|
||||
?issuedCredential a core:IssuedCredential .
|
||||
?issuedCredential core:relates ?credential .
|
||||
?credential a core:Credential .
|
||||
?credential ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue