Skip to content

owlapy 1.1.1

Compare
Choose a tag to compare
@alkidbaci alkidbaci released this 15 Jul 11:45
· 245 commits to develop since this release
a619e2c

Happy to share this new release where we added owlapi adaptor.

Update/install:

pip install -U owlapy

What's Changed

  • Added owlapi adaptor in #46
    • Refactoring of owlapi adaptor: #47 #49

About OWLAPIAdaptor

This class serves as a bridge between owlapi and owlapy. You can now directly use reasoners such as HermiT , Pellet etc., to retrieve instances for a given class expression in a given ontology. Please check the documentation and the example for more details on what the adaptor offers.

We will continue to improve this adaptor in the future release.

Full Changelog: 1.1.0...1.1.1