vivo/productMods/WEB-INF/rich-export/presentation/presentationLocation.sparql
2011-07-13 21:16:47 +00:00

10 lines
No EOL
320 B
SPARQL

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 .
}