We are happy to share this new release with the community.
Installation/upgrade using PyPI:
pip install -U owlapy
Changes Summary:
- You will now find more literal types.
- A new feature to use CSV data for RDF KG construction is added as well as
RDFLibOntology
. - Added new CLI command
owlapy-serve
to start owlapy API server. - Optimization, bug fixing and more tests added to ensure the code reliability.
You can check the details below:
All Changes (+ PRs)
- New literals by @alkidbaci in #109
- From CSV to RDF Knowledge Graph by @Demirrr in #108
- A CSV file is mapped to an RDF KGs containing only literals by @Demirrr in #110
- Refactoring by @Demirrr in #111
- Complement of complement fix by @LckyLke in #113
- Fix for #112 by @Demirrr in #114
- RDFlib based ontology implemented by @Demirrr in #116
- Olwapy serve by @LckyLke in #117
- Added mapping for OWLObjectInverseOf by @alkidbaci in #122
- owlapy_serve usage in examples folder by @LckyLke in #121
- Bug fixing by @alkidbaci in #127
Full Changelog: 1.3.3...1.4.0