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

Unpin funowl and fix bug in test example. #38

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

cmungall
Copy link
Member

@cmungall cmungall commented 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

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
@cmungall cmungall mentioned this pull request Aug 8, 2023
@cmungall cmungall merged commit 3ea977a into main Aug 8, 2023
2 checks passed
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 this pull request may close these issues.

incompatibility with funowl 0.1.13
1 participant