vivo/productMods/WEB-INF/rich-export/advising/associatedDegree.sparql

9 lines
252 B
SPARQL
Raw Normal View History

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