Owlready2 0.16 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 fix several bugs and supports SPARQL request INSERT and DELETE.
Here are the changes:
Optimize nested searches
search(sublclass_of = xxx) now returns xxx itself in the results
Support "with long_ontology_name as onto" syntax
In UMLS import, add optional parameters for preventing extraction of attributes, relations, etc
Support SPARQL INSERT queries
Optimize Pymedtermino mapping
Doc for PyMedTermino2
Bugfixes: - Fix 'Cannot release un-acquired lock' error when reasoning on inconsistent ontologies inside a 'with' statement - Fix bug when loading a property that refers to another property from a quadstore stored on disk - Fix RDF triple suppression with RDFlib when object is a datatype
The new version be downloaded from PyPI (Python Package Index): https://pypi.python.org/pypi/Owlready2