On Wed, Apr 3, 2013 at 7:23 PM, Rob Vesse <[email protected]> wrote:
> I think the following should also work and be more efficient
>
> SELECT ?g WHERE { GRAPH ?g { } }
>
> It requires TDB to touch less of the indexes if memory serves
>
> Rob
Quite true, and that is the form recommended by Andy in the past.
(the {?s ?p ?o} pattern is a legacy stuck in my head from previous systems
I've worked with)
Paul
