15 lines
No EOL
355 B
SPARQL
15 lines
No EOL
355 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
CONSTRUCT {
|
|
?endeavor ?property ?object .
|
|
} WHERE {
|
|
PERSON_URI core:hasOutreachProviderRole ?outreachRole .
|
|
|
|
{
|
|
{ ?memberRole core:roleRealizedIn ?endeavor }
|
|
union
|
|
{ ?memberRole core:roleContributesTo ?endeavor }
|
|
}
|
|
|
|
?endeavor ?property ?object .
|
|
} |