Rebuild release artifacts: sync 327 IAO:0100001 redirects + yellow-pigment synonym fix#494
Closed
turbomam wants to merge 1 commit into
Closed
Rebuild release artifacts: sync 327 IAO:0100001 redirects + yellow-pigment synonym fix#494turbomam wants to merge 1 commit into
turbomam wants to merge 1 commit into
Conversation
… synonym fix The release artifacts (metpo.owl, metpo-full.owl, metpo-base.* + obo/json) were not rebuilt when the term-replaced-by work and the MetaTraits synonym fix landed. The component (metpo_sheet.owl) and templates carried the changes, but the published artifacts did not, so consumers fetching metpo.owl saw neither the 327 IAO:0100001 redirects nor the corrected 'cell color: yellow pigment' synonym. This rebuild brings the release files in sync with the source. No source changes; pure regeneration from the current templates and component. Verified: make test passes (0 ROBOT errors, 5/5 SPARQL, OWL 2 DL valid). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Regenerates committed METPO release artifacts so published OBO/OWL outputs match the current templates/components, including restored term-redirect assertions and a corrected MetaTraits synonym.
Changes:
- Bumps release
data-version/owl:versionInfometadata to2026-06-04. - Adds many
replaced_byassertions on obsolete terms (reflecting IAO:0100001 redirects in the OWL build). - Updates the
yellow pigmentedMetaTraits synonym tocell color: yellow pigment.
Reviewed changes
Copilot reviewed 3 out of 10 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| metpo.obo | Regenerated full OBO artifact with updated version metadata, new replaced_by redirects, and the yellow-pigment synonym fix. |
| metpo-base.obo | Regenerated base OBO artifact with updated version metadata, new replaced_by redirects, and the yellow-pigment synonym fix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| is_a: oboInOwl:ObsoleteClass ! Obsolete Class | ||
| property_value: IAO:0000231 OMO:0001000 | ||
| is_obsolete: true | ||
| replaced_by: metpo:1000445 |
| is_a: oboInOwl:ObsoleteClass | ||
| property_value: IAO:0000231 OMO:0001000 | ||
| is_obsolete: true | ||
| replaced_by: metpo:1000445 |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The committed release artifacts on main were out of sync with the source. Earlier commits added 325 `IAO:0100001` (term replaced by) annotations to `src/templates/deprecated.tsv` and the `metpo_sheet.owl` component, and corrected one MetaTraits synonym, but the published release files (`metpo.owl`, `metpo-full.owl`, `metpo-base.*` + obo/json) were never rebuilt. Consumers fetching `metpo.owl` saw neither the redirects nor the corrected synonym.
This PR is a pure regeneration from the current templates and component, no source edits.
What changed
Verification
Surfaced while verifying the post-ODK-upgrade build pipeline.