vivo/productMods/WEB-INF/rich-export/position/superOrganizationForPosition.sparql

14 lines
No EOL
468 B
SPARQL

PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
CONSTRUCT {
?superOrganization ?property ?object .
} WHERE {
PERSON_URI core:relatedBy ?position .
?position a core:Position .
?position core:relates ?organization .
?organization a foaf:Organization .
?organization obo:BFO_0000051 ?superOrganization .
?superOrganization ?property ?object .
}