CI worker for processing the RDF Stream Taxonomy (RDF-STaX).
Use the provided Docker image. The container includes the Python scripts, a JRE, the ROBOT tool, and an Apache Jena CLI distribution with the Jelly-JVM plugin installed.
In the container you can invoke the commands:
$ python /app/tasks/package.py <input dir> <output dir> <version tag>
$ python /app/tasks/doc_gen.py <input file> <output dir> <version tag>
$ python /app/tasks/nanopub_fetch.py <cache dir> <output dir> <version tag>
$ java -jar /app/robot.jar <command>
$ /app/jena/bin/<jena command> <args ...>
Please see the main repository of RDF-STaX and its issue tracker for more information. Please file any feature requests, bugs, or other issues there.
This work is licensed under the Apache License, Version 2.0. See LICENSE
for details.