starting directory structure for sparql queries for NIHVIVO-1275
This commit is contained in:
parent
261f9a0fb1
commit
f808ce21a6
2 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
CONSTRUCT {
|
||||
?org ?orgProp ?orgObj .
|
||||
} WHERE {
|
||||
PERSON_URI core:personInPosition ?position .
|
||||
?position core:positionInOrganization ?org .
|
||||
?org ?orgProp ?orgObj .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue