On 03/12/13 09:52, Rafiq wrote:
Hi,
I am using Fuseqi server. I want to store 23000 n3 files in TDB store. I
know about
TDBloader. I tried to use it but could not, it is because I a, newbie to
Jena TDB.
So if any could tell me how to use TDB loader, it would be great help.
Cheers,
Rafiq
How do you want to store them? As one singel graph or as 23000 named
graphs?
What have you tried? How are you using the loader currently?
With Fuseki NOT running:
tdbloader --loc=DIR allTheFiles
where DIR is an empty directory
will create one large graph.
Andy