Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cmungall
Copy link
Member

Ensure owlgen doesn't pun when literal constraints are applied
to slots that are translated to ObjectProperties. Fixes #1841

Ensure owlgen doesn't pun when literal constraints are applied
to slots that are translated to ObjectProperties. Fixes #1841
@codecov
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 80.30%. Comparing base (c5b6b8c) to head (f00f521).
Report is 25 commits behind head on main.

Files Patch % Lines
linkml/generators/owlgen.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1947      +/-   ##
==========================================
+ Coverage   80.15%   80.30%   +0.14%     
==========================================
  Files         100       99       -1     
  Lines       11537    11293     -244     
  Branches     2914     2854      -60     
==========================================
- Hits         9248     9069     -179     
+ Misses       1741     1684      -57     
+ Partials      548      540       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmungall cmungall merged commit 2bb6a24 into main Feb 27, 2024
@ialarmedalien ialarmedalien deleted the issue-1841 branch July 8, 2025 14:55
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.

giving a slot a class range and a pattern results in generated OWL that won't pass validation (like with jena riot, loading into a triplestore)

2 participants