vivo/productMods/WEB-INF/rich-export/educationalTraining/educationalTrainingDegree.sparql

9 lines
258 B
SPARQL
Raw Normal View History

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