incremental development for NIHVIVO-1275

This commit is contained in:
stellamit 2011-06-02 19:48:52 +00:00
parent d03a50ef86
commit 139f0817b3
5 changed files with 27 additions and 16 deletions

View file

@ -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 .
}