raytheonbbn / parliament

Standards-compliant triple store for RDF, OWL, and SPARQL
BSD 3-Clause "New" or "Revised" License
59 stars 4 forks source link

data loader #32

Closed hashimkhanwazir closed 3 years ago

hashimkhanwazir commented 4 years ago

I want to upload a file of about 15GB. Can you point out command prompt utility for it. As I checked in the bin folder but I could not found it. I am using free version.

IanEmmons commented 4 years ago

This is a bug in the documentation, which should mention this command:

java -cp "clientJars/*" com.bbn.parliament.jena.joseki.client.RemoteInserter <hostname> <port> <inputfile> [<graph-name>]

where "clientJars" is the path name of the directory of that name under your Parliament installation.

IanEmmons commented 4 years ago

Reopening pending a fix to the documentation to include the information above.