On 12-02-27 05:18 PM, Andy Seaborne wrote:
On 27/02/12 22:11, Damian Steer wrote:
On 27 Feb 2012, at 20:32, Sarven Capadisli wrote:
Hi all,
Hi Sarven,
java tdb.tdbloader --desc=tdb2.ttl --graph=default file.nt
tdb:unionDefaultGraph true ;
That seems like it ought to fail: you're try to load into the default
graph, but that's the union graph.
It probably ought to fail but it doesn't :-)
The union graph only exists at query execution time. For anything else,
the system sees the real, concrete storage default graph; that includes
the API because the API can add triples. And SPARQL Update templates.
Use a named union graph to get the union via the API.
Andy
Hmm.
Damian
In this email example I've used --graph=default however, if I use a IRI
in there, I get the same warning.
-Sarven