On 02/04/17 02:50, Stian Soiland-Reyes wrote:
You can either use jena distribution's tdbloader script into the folder
"db" (but stop fuseki first), or if the nt file is small enough (e.g. 50
MB) then you can also upload it in the browser interface (but make sure you
run fuseki 2 for this).
Or programmatically upload it with the "s-post" script.
Or use curl or wget.
Just POST to the dataset URL (http://host:9999/db) with the correct MIME
type.
Andy
If you run Linux and "dB" is blank, then tdbloader2 can be faster for very
large files.
On 1 Apr 2017 10:21 pm, "Laura Morales" <[email protected]> wrote:
I've downloaded Fuseki and I'm running it as a standalone server
./fuseki-server --loc=db --port 9999 --localhost --timeout=10000 /db
now... what's the correct way to load an RDF dump (.nt file) into Fuseki?