Change transitive imports management#4
Merged
Merged
Conversation
acde085 to
24ddd5a
Compare
This patch applies and adapts the effects of CDO-Shapes-Example PR 5. The patch-series of that PR breaks down the sequence of changes surrounding removing `/dependencies/imports-transitive.ttl`, arranging imports into ontology-specific (i.e., "T-Box") imports and shape-specific imports. Since UCO mixes "T-Box" and shapes, it is imported into each "total" build. Adaptations include delegating the upstream ontology's formatting and ontology-scoped shapes to a separate shapes repository, as has been typically done across UCO Profiles to date. This changes the Git submodule dependency flow within the CDO ecosystem. A follow-on patch will regenerate Make-managed files. References: * Cyber-Domain-Ontology/CDO-Shapes-Example#5 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * Cyber-Domain-Ontology/CDO-Shapes-Example#5 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
acde085 to
2d2fd8a
Compare
Contributor
Author
|
This PR is ready for review and merge. |
plbt5
approved these changes
May 10, 2026
ajnelson-nist
added a commit
to Cyber-Domain-Ontology/cdo.github.io
that referenced
this pull request
May 19, 2026
A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO-Profile-Example#4 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
ajnelson-nist
added a commit
to Cyber-Domain-Ontology/cdo.github.io
that referenced
this pull request
May 19, 2026
References: * ucoProject/UCO-Profile-Example#4 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
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.
This patch applies and adapts the effects of CDO-Shapes-Example PR 5. The patch-series of that PR breaks down the sequence of changes surrounding removing
/dependencies/imports-transitive.ttl, arranging imports into ontology-specific (i.e., "T-Box") imports and shape-specific imports. Since UCO mixes "T-Box" and shapes, it is imported into each "total" build.Adaptations include delegating the upstream ontology's formatting and ontology-scoped shapes to a separate shapes repository, as has been typically done across UCO Profiles to date. This changes the Git submodule dependency flow within the CDO ecosystem.
References: