Owlready2 0.17 has been released!
Owlready is a Python module for ontology-oriented programming. It can load OWL 2.0 ontologies and manipulate them transparently in Python.
This new version supports SWRL rule editions and fixes problems in PyMedTermino2.
Here are the changes:
SWRL rule support
Allows importing UMLS suppressed terms
Uncache entities when relaoding an ontology
Bugfixes: - Fix PyMedTermino2 installation - Fix data property value inferrence with debug = 1 - Fix sort() in LazyList (thanks fiveop!) - Fix World.get() and add World.get_if_loaded() - Add appropriate error message when importing UMLS with Python 3.6 - Fix individuals belonging to multiple, equivalent, classes after reasoning
The new version be downloaded from PyPI (Python Package Index): https://pypi.python.org/pypi/Owlready2