Skip to content

Releases: opencaesar/owl-tools

2.0.0

31 May 05:52
a9223b5
Compare
Choose a tag to compare

Major upgrade to the OWL tools:

  • improvement of close world algorithm
  • adding owl-doc

1.1.3

25 Jan 16:42
Compare
Choose a tag to compare

Fixed a bug with starting fuseki when the project file path contained spaces

1.1.0

11 Nov 16:33
d0da802
Compare
Choose a tag to compare
  • 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

18 Oct 16:28
Compare
Choose a tag to compare

Fixed a bug with resolving IRI to a file that has a space in its path. Affects owl load and owl reason.

1.0.8

15 Sep 23:35
Compare
Choose a tag to compare

Fixes the documentation of owl-reason task and improve the validation of parameters of various tools.

1.0.4

21 Apr 20:52
Compare
Choose a tag to compare

This release includes fixing startFuseki to be more resilient to the Server needing some time to be ready.

1.0.1

20 Apr 14:53
Compare
Choose a tag to compare

Improved the incremental build of owl-tools gradle tasks

1.0.0

11 Apr 16:23
Compare
Choose a tag to compare

Added explanationFormat parameter to owlReason to allow changing the format to any of the RDF formats
Fixed a bug by excluded owl:Nothing from unsatisfiability checks (it's know to be unsatisfiable)

0.9.11

21 Jul 19:16
Compare
Choose a tag to compare

Support for loading Quad formats to triple store

0.9.9

12 Jul 17:17
Compare
Choose a tag to compare

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 to outputFileExtension to allow specifying the extension of the output OWL files