incremental development for NIHVIVO-1275
This commit is contained in:
parent
2208ffd6c0
commit
cd164beb1d
8 changed files with 61 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
CONSTRUCT {
|
||||
?org ?orgProp ?orgObj .
|
||||
?organization ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:personInPosition ?position .
|
||||
?position core:positionInOrganization ?org .
|
||||
?org ?orgProp ?orgObj .
|
||||
?position core:positionInOrganization ?organization .
|
||||
?organization ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue