2011-07-13 21:16:47 +00:00
|
|
|
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
|
|
|
|
CONSTRUCT {
|
|
|
|
?presentation ?property ?object .
|
|
|
|
} WHERE {
|
|
|
|
PERSON_URI core:hasPresenterRole ?presenterRole .
|
2011-12-08 19:41:26 +00:00
|
|
|
|
|
|
|
?presenterRole core:roleRealizedIn ?presentation .
|
|
|
|
|
2011-07-13 21:16:47 +00:00
|
|
|
?presentation ?property ?object .
|
|
|
|
}
|