5 lines
88 B
SPARQL
5 lines
88 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
ASK {
|
|
core:organizerOf ?p ?o .
|
|
}
|