Breaking changes
- Properties
from
andto
of (ObjectProperty- DataProperty-, NegativeObjectProperty-, and NegativeDataProperty) have been renamed tosource
andtarget
to avoid clashes with Python keywords
What's Changed
- Fixing URI of object property in usage.rst by @cmungall in #35
- Fix typing for add_axiom arguments in init.pyi, #36 by @cmungall in #37
- Feature/models from template by @b-gehrke in #38
Full Changelog: v1.1.0...v1.2.0