What's Changed * fixes permissible_values without explicit meaning declared causes errors, 46 by cmungall in https://github.com/linkml/linkml-owl/pull/47
- pydantic v1 or pydantic v2 - any version of rdflib in the 6 or 7 series - most versions of funowl
Note that some versions of funowl are blocked due to a bug introduced by namespace pollution in some versions of rdflib. the latest version of funowl now guards against this.
What's Changed * axiom annotations by cmungall in https://github.com/linkml/linkml-owl/pull/16 * more examples and tests by cmungall in https://github.com/linkml/linkml-owl/pull/17 * Added a test to demonstrate mapping Allen Brain Atlas json to OWL by cmungall in https://github.com/linkml/linkml-owl/pull/18 * Tests for RO by cmungall in https://github.com/linkml/linkml-owl/pull/19 * added tutorial and more tests by cmungall in https://github.com/linkml/linkml-owl/pull/20 * Adding ability to infer missing values. by cmungall in https://github.com/linkml/linkml-owl/pull/27 * fix 22 by nlharris in https://github.com/linkml/linkml-owl/pull/24 * first pass at cross-product generation by cmungall in https://github.com/linkml/linkml-owl/pull/29 * Comvert singleton IntersectionOf(X) into X. by cmungall in https://github.com/linkml/linkml-owl/pull/31 * fix funowl version by cmungall in https://github.com/linkml/linkml-owl/pull/33 * Update pyproject.toml by cmungall in https://github.com/linkml/linkml-owl/pull/34 * Adding test for tr function in templates by cmungall in https://github.com/linkml/linkml-owl/pull/36 * Unpin funowl and fix bug in test example. by cmungall in https://github.com/linkml/linkml-owl/pull/38
New Contributors * nlharris made their first contribution in https://github.com/linkml/linkml-owl/pull/24