11 lines
No EOL
274 B
SPARQL
11 lines
No EOL
274 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
CONSTRUCT {
|
|
?presentation ?property ?object .
|
|
} WHERE {
|
|
PERSON_URI core:hasPresenterRole ?presenterRole .
|
|
|
|
?presenterRole core:roleRealizedIn ?presentation .
|
|
|
|
?presentation ?property ?object .
|
|
} |