2011-06-02 16:13:18 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
|
|
|
|
CONSTRUCT {
|
|
|
|
?superOrganization ?property ?object .
|
|
|
|
} WHERE {
|
2013-11-06 15:51:33 -05:00
|
|
|
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 .
|
2011-06-02 16:13:18 +00:00
|
|
|
}
|