Skip to content

fix(ontology): use OMG URI namespace instead of github.io (DPROD-22)#155

Open
jgeluk wants to merge 1 commit intodevelopfrom
fix/omg-uri-namespace-DPROD-22
Open

fix(ontology): use OMG URI namespace instead of github.io (DPROD-22)#155
jgeluk wants to merge 1 commit intodevelopfrom
fix/omg-uri-namespace-DPROD-22

Conversation

@jgeluk
Copy link
Member

@jgeluk jgeluk commented Jan 27, 2026

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

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>
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.

Use proper URI for ontology rather than github.io

1 participant