The KiWi Loader[1] documentation seems to be missing how to actually run the program. It appears to be alluding to a "KiWiLoader" binary - but I have found no such executable.
I did find this archived message[2] which includes this detail about running the loader: > All code is located in libraries/kiwi/kiwi-loader. A typical call of KiWiLoader would be: java -jar target/kiwi-loader- 3.2.0-SNAPSHOT.one-jar.jar > -S /tmp/loader.png -D postgresql -d > jdbc:postgresql://localhost:5432/freebase?prepareThreshold=3 -U marmotta > -P marmotta -z -f text/turtle -i freebase-rdf-2013-11-10-00-00_fixed.gz However, when I try running this jar file from the built /libraries/kiwi/kiwi-loader directory on 3.3.0 (or any other version for that matter); I get: > no main manifest attribute, in target/kiwi-loader-3.3.0.jar What is the proper way to use KiWiLoader ? [1] - http://marmotta.apache.org/kiwi/loader.html [2] - https://mail-archives.apache.org/mod_mbox/marmotta-dev/201311.mbox/%3C1385131107.1485.23.camel@finn%3E - Blake