Jena Assemblers are recipes (written in RDF) for constructing RDF stores: https://jena.apache.org/documentation/assembler/index.html https://jena.apache.org/documentation/assembler/assembler-howto.html
You will use a set of RDF vocabularies to write RDF describing how you want TDB to ingest your data. That will be your assembler file. --- A. Soroka The University of Virginia Library > On Jan 8, 2016, at 9:12 AM, Sandor Kopacsi <[email protected]> > 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 > > -- > Dr. Sandor Kopacsi > IT Software Designer > > Vienna University Computer Center > Universitätsstraße 7 (NIG) > A-1010 Vienna > > Phone: +43-1-4277-14176 > Mobile: +43-664-60277-14176 >
