Owlready2 0.51 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 :

  • Optimize SPARQL queries

  • Allows manual SPARQL optimization using INDEXED BY SUBJECT or OBJECT keywords

  • Support for JSON datatype (list or dict)

  • Support for JSON_EXTRACT() extra SPARQL function

  • Experimental support for triple term (for RDF 1.2)

  • When extracting UMLS, add UMLS version in PYM.metadata.versionInfo

  • Update Xerces JAR file in Pellet, to avoid vulnerability

  • Bugfixes:

    • Fix NQuads format to behave as expected: graph label at the end (and not at the beginning)

La nouvelle version peut être téléchargé sur PyPI (Python Package Index) : https://pypi.python.org/pypi/Owlready2