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

9 lines
No EOL
254 B
SPARQL

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?presentation ?property ?object .
} WHERE {
PERSON_URI core:hasPresenterRole ?presenterRole .
?presenterRole core:roleIn ?presentation .
?presentation ?property ?object .
}