vivo/productMods/WEB-INF/rich-export/presentation/presentationLocation.sparql

10 lines
320 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?location ?rdfs:label ?locationName .
} WHERE {
PERSON_URI core:hasPresenterRole ?presenterRole .
?presenterRole core:roleIn ?presentation .
?presentation core:hasGeographicLocation ?location .
?location ?rdfs:label ?locationName .
}