vivo/productMods/WEB-INF/rich-export/advising/associatedDegree.sparql
2011-06-02 19:48:52 +00:00

9 lines
No EOL
252 B
SPARQL

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?degree ?property ?object .
} WHERE {
PERSON_URI core:advisorIn ?advisingRelationship .
?advisingRelationship core:degreeCandidacy ?degree .
?degree ?property ?object .
}