Conversation
Update all namespace URIs from https://ekgf.github.io/dprod/ to https://www.omg.org/spec/DPROD/ to use the proper OMG standard URI. This affects: - Ontology and shapes definitions - All JSON-LD examples - Spec generator configuration - Documentation templates Fixes #118 (DPROD-22) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…155) ## Summary - Update all namespace URIs from `https://ekgf.github.io/dprod/` to `https://www.omg.org/spec/DPROD/` - Affects ontology, shapes, all examples, spec generator, and documentation templates - Uses the proper OMG standard URI as required for official ontologies ## Files changed (15) - `ontology/dprod/dprod-ontology.ttl` - `ontology/dprod/dprod-shapes.ttl` - All JSON-LD examples - `spec-generator/globals.py` - `respec/template.html` - Copier configuration files ## Test plan - [ ] Validate ontology files parse correctly with new URIs - [ ] Verify examples are valid JSON-LD - [ ] Regenerate spec documentation Fixes #118 (OMG JIRA: DPROD-22) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Combine OMG namespace (ballot/3) with dprod-context.jsonld rename (develop) so all @context references use the correct URL: https://www.omg.org/spec/DPROD/dprod-context.jsonld Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rivettp
approved these changes
Feb 18, 2026
Contributor
rivettp
left a comment
There was a problem hiding this comment.
OMG Ballot has formally passed
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.
Ballot 3
This ballot contains a single issue resolution:
Included Issues
Summary
https://ekgf.github.io/dprod/tohttps://www.omg.org/spec/DPROD/Files changed (16)
ontology/dprod/dprod-ontology.ttl— ontology namespaceontology/dprod/dprod-shapes.ttl— shapes namespacespec-generator/globals.py— namespace constantsspec-generator/main.py— removed stray merge conflict markerrespec/template.html— documentation template URIsontology/dprod/.copier-answers.{yml,env}— copier configontology/dprod/artifacts/ontology-documentation.html— generated docsReview Instructions
Please review the namespace changes to ensure all URIs correctly use
https://www.omg.org/spec/DPROD/as the base namespace for the DPROD ontology.Supersedes #157 (branch renamed from ballot/2 to ballot/3)
🤖 Generated with Claude Code