incremental development for NIHVIVO-1275
This commit is contained in:
parent
d03a50ef86
commit
139f0817b3
5 changed files with 27 additions and 16 deletions
|
@ -0,0 +1,9 @@
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
CONSTRUCT {
|
||||
?educationalTraining ?property ?object .
|
||||
} WHERE {
|
||||
PERSON_URI core:advisorIn ?advisingRelationship .
|
||||
?advisingRelationship core:advisingContributionTo ?educationalTraining .
|
||||
?educationalTraining ?property ?object .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue