2011-06-02 19:48:52 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
|
|
|
|
CONSTRUCT {
|
|
|
|
?educationalTraining ?property ?object .
|
|
|
|
} WHERE {
|
2013-11-06 15:51:33 -05:00
|
|
|
PERSON_URI core:relatedBy ?advisingRelationship .
|
|
|
|
?advisingRelationship a core:AdvisingRelationship .
|
2011-06-02 19:48:52 +00:00
|
|
|
?advisingRelationship core:advisingContributionTo ?educationalTraining .
|
|
|
|
?educationalTraining ?property ?object .
|
|
|
|
}
|