Share

OWL API

File Release Notes and Changelog

Release Name: 1.4.3

Notes:
Incorporated changes that were contributed from the Mindswap group:

 - 1.5 compatibility (rename enum variables)
 - An option to turn on and off importing in OWLConsumer
 - Bug fix to allow DataRange in more areas
 - Giving Anonymous individuals an identifier
     - New factory method - getAnonOWLIndividual
     - getOWLIndividual no longer accepts 'null'
     - added getAnonId() and isAnon() to OWLIndividual
 - Some work on the RDF serializer
 - Added Transitive, Functional, InverseFunctional, Inverse, and
 - Added .equals and .hashcode for all OWLObjects
 - Added a RemoveDataType change
 - Patches to OntologyImpl for Entity removal
 - Added OWLIndividualTypeAssertion
 - Added OWL(Object|Data)Property(Domain|Range)Axiom
 - Added OWL(Object|Data)PropertyInstance
 - Added subclass index to OWLClassImpl (and getSubClasses(...) for
    OWLClass)
 - Changes for Entity renaming

Changes: