2011-06-02 19:48:52 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
2013-11-06 15:51:33 -05:00
|
|
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
2011-06-02 19:48:52 +00:00
|
|
|
|
|
|
|
CONSTRUCT {
|
|
|
|
?degree ?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:degreeCandidacy ?degree .
|
|
|
|
?degree ?property ?object .
|
|
|
|
}
|