owlcs / owlapi

OWL API main repository
813 stars 314 forks source link

OWLAPI

======

OWL API main repository

The OWL API is a Java API for creating, manipulating and serialising OWL Ontologies.

The following components are included:

Release notes

5.5.0 14 January 2023

Features:

Bug fixes:

5.1.20 19 February 2022

Features:

Bug fixes:

5.1.19 31 July 2021

Bug fixes:

5.1.18 30 July 2021

Features:

Bug fixes:

5.1.17 6 November 2020

Features:

Bug fixes:

5.1.16 28 July 2020

Bug fixes:

5.1.15 02 July 2020

Features:

Bug fixes:

5.1.14 18 April 2020

Features:

Bug fixes:

5.1.13 27 January 2020

Bug fixes:

5.1.12 20 October 2019

Bug fixes:

5.1.11 02 June 2019

Features:

Bug fixes:

5.1.10 04 March 2019

Bug fixes:

5.1.9 12 December 2018

Bug fixes:

5.1.8 1 December 2018

Features:

Bug fixes:

5.1.7 2 September 2018

Features:

Bug fixes:

5.1.6 24 July 2018

Features:

Bug fixes:

5.1.5 23 April 2018

Features:

Bug fixes:

5.1.4 4 January 2018

Features:

Bug fixes:

5.1.3 4 November 2017

Features:

5.1.2 13 October 2017

Features:

Bug fixes:

5.1.1 25 July 2017

Features:

Bug fixes:

5.1.0 30 March 2017

Features:

Bug fixes:

5.0.5 4 January 2017

Bug fixes:

5.0.4 16 October 2016

Bug fixes:

5.0.3 10 September 2016

Bug fixes:

5.0.2 7 May 2016

Features:

Bug fixes:

5.0.1 19 March 2016

Bug fixes:

5.0.0 28 February 2015

Features:

4.5.23 14 January 2023

Features:

Bug fixes:

4.5.22 7 May 2022

Bug fixes:

4.5.21 19 February 2022

Features:

Bug fixes:

4.5.20 31 July 2021

Features:

Bug fixes:

4.5.19 7 November 2020

Bug fixes:

4.5.18 23 October 2020

Bug fixes:

4.5.17 02 July 2020

Features:

Bug fixes:

4.5.16 18 April 2020

Bug fixes:

4.5.15 28 January 2020

Bug fixes:

4.5.14 19 October 2019

Bug fixes:

4.5.13 02 June 2019

Features:

Bug fixes:

4.5.12 06 May 2019

Features:

Bug fixes:

4.5.11 17 April 2019

Bug fixes:

4.5.10 14 March 2019

Bug fixes:

4.5.9 1 February 2019

Bug fixes:

4.5.8 22 December 2018

Features:

Bug fixes:

4.5.7 1 December 2018

Features:

Bug fixes:

4.5.6 6 September 2018

Bug fixes:

4.5.5 2 September 2018

Features:

Bug fixes:

4.5.4 26 July 2018

Features:

Bug fixes:

4.5.2 22 April 2018

Features:

Bug fixes:

4.5.1 7 December 2017

Features:

4.5.0 13 October 2017

Features:

Bug fixes:

4.3.2 25 July 2017

Features:

Bug fixes:

4.3.1 27 March 2017

Features:

Bug fixes:

4.3.0 22 March 2017

Features:

Bug fixes:

4.2.8 4 January 2017

Bug fixes:

4.2.7 16 October 2016

Bug fixes:

4.2.6 10 September 2016

Bug fixes:

4.2.5 17 May 2016

Bug fixes:

4.2.4 7 May 2016

Bug fixes:

Features:

4.2.3 19 March 2016

Bug fixes:

4.2.2 15 March 2016

Bug fixes:

4.2.1 5 March 2016

Bug fixes:

4.2.0 28 February 2016

Features:

Bug fixes:

4.1.4 3 February 2016

Features:

Bug fixes:

4.1.0 25 October 2015

Features:

Bug fixes:

4.0.2 17 April 2015

Features:

Bug fixes:

4.0.1 22 November 2014

Features:

Bug fixes:

4.0.0 10 September 2014

Supported Java versions: Java 7, Java 8

Features:

Bug fixes:

3.4.10 18 January 2014

Features:

Bug fixes:

3.4.9 25 November 2013

Features:

Bug fixes:

3.4.8 02 November 2013

Features:

Bug fixes:

3.4.5 25 July 2013

Features:

Bug fixes:

3.4.4 19 May 2013

Features and updates implemented:

Bug fixes:

3.4.3 26 Jan 2013

Features implemented:

Bug fixes:

3.4.2 4 December 2012

Features implemented:

Bug fixes:

3.4.1 16 September 2012

Features:

Bug fixes:

3.4 12 August 2012

This version restructures the Maven modules into six modules: api, impl, parsers, tools, apibinding and contract. Code is unchanged, only its organization in the SVN is changed.

To split the dependencies accordingly, DefaultExplanationOrderer is in contract and is only a shell for ExplanationOrdererImpl, which does not depend on OWLManager directly. This enables the tools module to be used with a different apibinfing without recompilation.

Bug fixes:

3.3 15 May 2012

This version wraps together some minor bug fixes and some performance improvements for loading time and memory footprint for large ontologies. Maven support has been much improved, thanks to Thomas Scharrenbach's efforts and Peter Ansell's feedback and suggestions.

Features:

Bug fixes:

3.2.1 22 July 2011

This version of the API is released under both LGPL v3 and Apache license v2; developers are therefore free to choose which one to use.

Features:

Bug fixes:

3.2.3 27 May 2011

This version of the API is released under both LGPL v3 and Apache license v2; developers are therefore free to choose which one to use.

Bug fixes:

3.2.2 17 February 2011

Bug fixes:

3.2.1 4 February 2011

Bug fixes:

3.2.0 14 January 2011

This version of the API includes various bug fixes and performance enhancements since version 3.1.0

Bug fixes:

3.1.0 20 August 2010

This version of the API includes various bug fixes and enhancements since version 3.0.0.

Features:

Changes to the representation of literals:

Please note that there is a slight incompatibility between version 3.1.0 and version 3.0.0. This is due to some changes in the way that literals are represented and handled in the API. There was a disparity between how they are described in the OWL 2 specification and how they are represented in version 3.0.0 of the API. The changes bring 3.1.0 inline with the OWL 2 specification. The changes are as follows: OWLStringLiteral and OWLTypedLiteral have been removed and replaced OWLLiteral. In version 3.0.0 OWLLiteral was a super-interface of OWLStringLiteral and OWLTypedLiteral. Clients therefore need to replace occurrences of OWLStringLiteral and OWLTypedLiteral with OWLLiteral. Method calls need not be changed - methods on OWLStringLiteral and OWLTypedLiteral have corresponding methods on OWLLiteral. Note that all literals are now typed. What used to be regarded as OWLStringLiterals are now OWLLiterals with the datatype rdf:PlainLiteral. Although this change introduces a slight backward incompatibility with the previous version of the API we believe that the handling of literals in 3.1.0 is much cleaner and follows the specification more closely.

Changes to the OWLReasoner interface:

The OWLReasoner interface has been updated. There are now methods which allow for fine-grained control over reasoning tasks. For example, it is now possible to request that a reasoner just classifies the class hierarchy, when in version 3.0.0 the prepare reasoner method caused realisation to occur as well. The prepareReasoner method has been removed from the interface due to the huge amount of confusion it caused (it was not necessary to call this method to get correct results, but the name suggested that it was necessary). Clients should update their code to replace any calls to prepareReasoner with appropriate calls to precomputeInferences.

JavaDoc for various methods has been cleaned up.

Bug fixes:

3.0.0 28 January 2010

Version 3.0.0 is incompatible with previous releases. Many interface names have been changed in order to acheive a close alignment with the names used in the OWL 2 Structural Specification and Functional Style Syntax. (See http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/)

The opportunity to clean up method names was also taken.

2.2.0 17 April 2008

Features:

Bug fixes: