Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatibility with funowl 0.1.13 #32

Closed
cmungall opened this issue Mar 21, 2023 · 0 comments · Fixed by #38
Closed

incompatibility with funowl 0.1.13 #32

cmungall opened this issue Mar 21, 2023 · 0 comments · Fixed by #38

Comments

@cmungall
Copy link
Member

cmungall commented Mar 21, 2023

https://github.com/Harold-Solbrig/funowl/releases/tag/v0.1.13

cmungall added a commit that referenced this issue Mar 21, 2023
cmungall added a commit that referenced this issue Aug 8, 2023
The compliance test had a data bug where a linkml class intended as
anonymous was being mapped to an owl Class declaration, rather than
anon expression.

This bug was masked (harmlessly) in previous versions of funowl,
but in newer versions it attempted to write a declaration with null
uri and raised error.

Fixed example to have the right declaration; also made the dumper
code more defensive, and throw more meaningful error in case of
declarations that can't be fulfilled.

Fixes #32

This PR also unpins the previously defensive pinning of funowl,
allowing funowl 0.2.x and thus newer versions of rdflib,
replaces/fixes #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant