vivo/productMods/WEB-INF/rich-export/credential/credentialGoverningAuthority.sparql

10 lines
330 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?organization ?property ?object .
} WHERE {
PERSON_URI core:hasCredential ?issuedCredential .
?issuedCredential core:issuanceOfCredential ?credential .
?credential core:hasGoverningAuthority ?organization .
?organization ?property ?object .
}