Releases: opencaesar/owl-tools
Releases · opencaesar/owl-tools
2.0.0
1.1.3
1.1.0
- startFuseki no longer puts a particular Fuseki distribution on its classpath (which created a lot of dependency issues in gradle scripts), but instead dynamically downloads it from maven). This also allowed specifying the desired fuseki version to download as a parameter.
- startFuseki can specify an optional port for the Fuseki server. The default is still 3030.
- startFuseki's webUI parameter now unzips a web folder in the build folder to help start Fuseki with UI in a browser.
- Upgrade to Jena 4.6.1 API
1.0.10
1.0.8
1.0.4
1.0.1
1.0.0
0.9.11
0.9.9
This release contains the following changes:
- Added a new flag
inputFileExtensions
in oml-reason to specify the extensions of input OWL files (refer to README for details) - Renamed the flag
format
in oml-reason tooutputFileExtension
to allow specifying the extension of the output OWL files