Hi Andy,

I have installed apache-jena and fuseqi in two different places. In order to
load my dataset, I use apache-jena where jenatdbloader.bat is located.
I execute the command below:

 * ./tdbloader.bat --loc=/home/rafiq/Udataset
   /home/rafiq/FuJenaTDB/Fuseqi/Data/*.n3

It gives the following:

./tdbloader.bat: line 1: @echo: command not found
./tdbloader.bat: line 2: @rem: command not found
./tdbloader.bat: line 3: $'\r': command not found
./tdbloader.bat: line 19: syntax error: unexpected end of file

*" How do you want to store them? As one singel graph or as 23000 named graphs? "

*I want them as one single graph.


Regards,




On 12/03/2013 11:36 AM, Andy Seaborne wrote:
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


Reply via email to