Closed seebi closed 4 years ago
sparql-integrate contains a separate command line tool called NGS Either we have to publish 2 jars with pretty much the same dependencies (bad) or we provide separate 'super-commands' that then delegate to the existing machinery.
java -jar bundle.jar ngs head -n 10 file.trig
java -jar bundle.jar integrate arg1... arg2
This approach looks actually quite ok
Since version 1.0.6 the jar bundle is self-running
currently java -jar runs are not possible:
Please extend in order to allow more easy usage patterns ...