On 20/05/15 17:03, Paul Worrall wrote:
SELECT distinct ?g WHERE {
graph ?g {
?s ?p ?o .
}
The query you are looking for is
SELECT ?g WHERE { GRAPH ?g {} }
not that the one you gave shouldn't at least work (eventually).
Recorded as JENA-949
Andy
