Taverna2ProvONE parses Taverna WfMSs turtle files to the ProvONE data model, utiling Neo4j as storage
Taverna2ProvONE was developed using Java v.1.8.0_121 and Maven v.3.5.0. The compiled jar is available at the project's root directory and can be run using
$ java -jar TavernaParser.jar neo4jUri neo4jUsername neo4jPassword turtleFile
Since Apache Jena expects an URL as parameter, if you're using a local turtle file, remember to use file:// in the beginning of the file path.
Alternatively, you can build the project from the source code using
$ mvn package
Free Software, Hell Yeah!