You can use the simpler
tdbloader --loc DIRECTORY files ....
where DIRECTORY is the database location.
tdbloader only works on a complete TDB datasets so while you can pass
the assembler in as Adam and Osma say, you can also load
(all tdbloader is going to do is unpick the assembler built description
to find the directory - it directly manipulates files on disk)
Andy
On 08/01/16 14:12, Sandor Kopacsi wrote:
Dear Support List,
We are at the University of Vienna developing an archiving system where
we are going to use Jena-Fuseki (and a tool, called Skosmos based on
that) for storing and displaying data sets for classifications. We had
problems with uploading the RDF file to Fuseki through the memory, and
therefore we were suggested by the developers of Skosmes to use the tdb
loader to upload the datasete directly to the tdb folder.
We found in the documentation
(https://jena.apache.org/documentation/query/text-query.html#building-a-text-index),
that we can use the
java -cp $FUSEKI_HOME/fuseki-server.jar tdb.tdbloader
--tdb=assembler_file data_file
command, as the TDB loader included with Fuseki, but it is not clear,
*what is going to be the assembler file*. I guess the data_file is the
RDF or NT files, that I am going to upload.
Could anyone explain, or suggest some documentation about this command,
and the details of the assembler_file.
Thank you very much for your help in advance.
Best regards and happy new year,
Sandor