incremental development for NIHVIVO-1275

This commit is contained in:
stellamit 2011-06-01 15:38:43 +00:00
parent a2f4ff0636
commit f36f74f34c
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?organization ?property ?object .
} WHERE {
PERSON_URI core:educationalTraining ?educationalTraining .
?educationalTraining core:trainingAtOrganization ?organization .
?organization ?property ?object .
}