Thank you! On 30 November 2012 12:48, Andy Seaborne <[email protected]> wrote:
> On 30/11/12 11:34, Dick Murray wrote: > >> Hi Andy. >> >> Thanks for the reply and just so I am sure I understand this... :-) >> > > ... > > So I need to add the graph (as a empty mem based graph) to the TDB backed >> dataset then add quads to the dataset..? >> >> Dick. >> > > > In TDB graph just "are" - you don't need to create them explicitly, just > start adding quads. > > A TDB-backed graph, if you get it from the dataset, is just a view of the > database and has no separate state. > > You can get it (no need to create) add triples (or as a model, statements) > and they become quads view the view. > > (You don't need CREATE GRAPH in SPARQL Update either - in fact, you don't > need it anywhere any more IIRC) > > Andy > >
