Open
Conversation
jgeluk
previously approved these changes
Jan 29, 2026
Adds DPROD contract TTL files (ontology, shapes, examples), documentation, and supporting files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reformats the contracts ontology to match the styling of the main DPROD ontology: 2-space indentation, header comments block, @base declaration, Dublin Core annotation property declarations, rdfs:Class alongside owl:Class, rdf:Property alongside owl property types, dct:description instead of skos:definition, rdfs:comment instead of skos:note, lowercase rdfs:label without @en, prefix-form rdfs:isDefinedBy, and period terminator on its own line. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e48aeda to
c994721
Compare
Domain-specific terms (actions, operands, concept values) that each adopter would define themselves are moved out of the dprod: namespace into ex: (https://example.org/) across all 4 example TTL files. - 8 actions: deliver, notify, nonDisplay, report, conformTo, query, export, log - 12 operands: recipientType, classification, processingMode, environment, etc. - 14 concept values: internal, analytics, compliance, production, staging, etc. - Add @Prefix ex: declaration where missing - Rename section headers: "Inline DPROD Vocabulary" → "Inline Domain Vocabulary" - Fix baseline.ttl bug: restore missing ex:deliver subject IRI - Update dprod:select SPARQL string to use ex: namespace - Core dprod: framework terms (DataContract, Subscription, state, path, etc.) unchanged Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
dprod-contractsfolder containing DPROD data contract ontology filesContents
dprod-contracts.ttl- Main DPROD contracts ontologydprod-contracts-shapes.ttl- SHACL shapes for validationdprod-contract-examples.ttl- Example contract instancesDATA-CONTRACTS.md- Data contracts documentationdocs/ODCS-DPROD-Comparison-Report.md- ODCS/DPROD comparisondocs/display.html- HTML display fileREADME.md- Folder readmerequirements.txt- Python dependencies🤖 Generated with Claude Code