File Release Notes and Changelog
Release Name: 2.1.0
Notes:
- Added convenience methods to OWLClass, OWLObjectProperty, OWLDataProperty, OWLIndividual for working with multiple ontologies.
- Optimised RDF/XML parser (memory improvements and load time improvements)
- Added a method to OWLOntology to retrieve axioms by type
- Added a composite change interface for bundling sets of changes together
- Added some common composite changes e.g. changes for adding value partitions, closure axioms, making primitive siblings disjoint
- Added a temporary holding place for annotations on annotation URIs until the OWL 1.1 spec is fixed
- Created an API for ontology metrics
- Added functionality to fill an ontology with 'inferred axioms'
- Fixed a bug where ontology properties were not parsed correctly (RDF/XML parser)
- Fixed a bug where annotations with individuals as values were not parsed correctly (RDF/XML parser)
- Fixed a null pointer exception in StringInputSource
- Fixed a bug where the RDF/XML writer would throw a null pointer exception if an individual had anonymous types
- Fixed a bug with serialising of URIs for which no namespace/localname pair can be generated
Changes: