Fix schema IDs to use https://w3id.org/valuesets#44
Conversation
Change all schema id: fields from https://w3id.org/linkml/valuesets to https://w3id.org/valuesets to match the registered w3id prefix. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @cmungall's task —— View job PR Review AnalysisI'll review this pull request that updates schema IDs from Review Checklist:
Review SummaryThis PR attempts to consolidate the schema namespace from Issues Found❌ Critical Issue #1: Incomplete MigrationFile not updated: This file was missed in the migration and still references the old namespace, creating inconsistency. Line 16 shows: id: https://w3id.org/valuesets/stewardshipBut the prefixes section still contains old references. ❌ Critical Issue #2: Generated OWL Files Use Old NamespaceFiles affected:
These generated files contain numerous references to the old namespace: @prefix valuesets: <https://w3id.org/linkml/valuesets/> .
|
- Update merged_hierarchy.yaml id and valuesets prefix - Update merge_enums_hierarchy.py script with correct URLs - Update sssom_generator.py with correct mapping_set_id - Update docs and test files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @cmungall's task —— View job PR Review AnalysisI'll review this pull request that updates schema IDs from Review Checklist:
Review SummaryThis PR attempts to consolidate the schema namespace from Issues Found❌ Critical Issue #1: Incomplete MigrationFile not updated: This file was missed in the migration and still references the old namespace. Line 244 shows: meaning: https://github.com/linkml/valuesetsThis should likely be updated to align with the new namespace pattern. ❌ Critical Issue #2: Generated OWL Files Use Old NamespaceFiles affected:
These generated files contain numerous references to the old namespace: @prefix valuesets: <https://w3id.org/linkml/valuesets/> .And thousands of class definitions like: <https://w3id.org/linkml/valuesets/AcademicDegree#DBA> a owl:Class ;❌ Critical Issue #3: Documentation References Not UpdatedFiles affected:
|
- Remove inconsistent REE_ prefix, use standard element symbols - Add human-readable titles (e.g., "Lanthanum" not "REE_LA") - Add proper descriptions with context about element uses - Add CHEBI ontology mappings for all elements - Add aliases matching CHEBI labels for validation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @cmungall's task —— View job PR Review AnalysisI'll review this pull request that updates schema IDs from Review Checklist:
Review SummaryThis PR attempts to consolidate the schema namespace from Issues Found❌ Critical Issue #1: Incomplete MigrationFile not updated: This file was missed in the migration and still references the old namespace: meaning: https://github.com/linkml/valuesetsThis should likely be updated to align with the new namespace pattern. ❌ Critical Issue #2: Generated OWL Files Use Old NamespaceFiles affected:
These generated files contain numerous references to the old namespace (9,400 total occurrences): @prefix valuesets: <https://w3id.org/linkml/valuesets/> .❌ Critical Issue #3: Documentation References Not UpdatedFiles affected:
|
Summary
id:fields fromhttps://w3id.org/linkml/valuesetstohttps://w3id.org/valuesetsTest plan
just sitecompletes)🤖 Generated with Claude Code