When I do it the way you suggest it works ok. I hope the dummy way I did it 
uncovered a problem that will be useful to solve :-)

thanks


On 20 May 2015, at 21:21, Andy Seaborne <[email protected]> wrote:

> 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
> 

Reply via email to