Owlready2 0.47 est disponible !
Owlready2 est un module Python pour la programmation orientée ontologie. Il permet de charger des ontologies OWL 2.0 et de les manipuler de manière transparente en Python.
Voici les modifications :
Support binary data: Python bytes are now mapped to XML base64Binary.
Bugfixes:
Fix OPTIONAL blocks in SPARQL queries that share variable outside the OPTIONAL block
Fix prop1[prop2 in OPTIONAL blocks in SPARQL queries
Fix individuals belonging to several classes when one of these classes has a OneOf construct including that individual
Fix descendants when using subclasses of ThingClass (as PyMedTermino2 does)
Fix and update pymedtermino2
Fix SPARQL queries with BIND and UNION
La nouvelle version peut être téléchargé sur PyPI (Python Package Index) : https://pypi.python.org/pypi/Owlready2