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

15 lines
568 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
CONSTRUCT {
?geographicLocation ?property ?object .
} WHERE {
PERSON_URI obo:RO_0000056 ?educationalTraining .
?educationalTraining a core:EducationalProcess .
?educationalTraining obo:RO_0000057 ?organization .
?organization a foaf:Organization .
?organization obo:RO_0001025 ?geographicLocation .
?geographicLocation a core:GeographicLocation .
?geographicLocation ?property ?object .
}