incremental devp for NIHVIVO-1275

This commit is contained in:
stellamit 2011-06-03 15:22:48 +00:00
parent 9565617623
commit 51417cacfc
3 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,6 @@ CONSTRUCT {
} WHERE {
PERSON_URI core:personInPosition ?position .
?position core:positionInOrganization ?organization .
?organization ?subOrganizationWithin ?superOrganization .
?supuerOrganization ?property ?object .
?organization core:subOrganizationWithin ?superOrganization .
?superOrganization ?property ?object .
}