11 lines
No EOL
323 B
SPARQL
11 lines
No EOL
323 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
PREFIX obo: <http://purl.obolibrary.org/obo/>
|
|
|
|
CONSTRUCT {
|
|
?endeavor ?property ?object .
|
|
} WHERE {
|
|
PERSON_URI obo:RO_0000053 ?memberRole .
|
|
?memberRole a core:MemberRole .
|
|
?memberRole core:roleContributesTo ?endeavor .
|
|
?endeavor ?property ?object .
|
|
} |