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

12 lines
380 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
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 .
2011-06-03 15:22:48 +00:00
?superOrganization ?property ?object .
}