feat(EVES-003): add 1b Asset Preparation with input_manifest.json#37
Merged
feat(EVES-003): add 1b Asset Preparation with input_manifest.json#37
Conversation
Add new section §1b that formalizes the asset preparation process: - Normative folder-to-category mapping table linking directory structure to envited-x ontology categories and access roles - input_manifest.json specification as a partial envited-x:Manifest in JSON-LD that describes user-provided input files - Two-stage validation model: per-Link input validation (fail fast) followed by full ManifestShape output validation (completeness) - Example input_manifest.json in the example/ folder - Updated Step 1 to reference input manifest pre-validation - Added references to ENVITED-X Simulation Asset Tools, ENVITED-X Ontology, and Manifest Ontology The input_manifest.json replaces the ad-hoc uploadedFiles.json format by using the same envited-x vocabulary throughout the pipeline (input -> processing -> output), enabling SHACL validation at every stage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: jdsika <carlo.van-driesten@bmw.de>
Signed-off-by: jdsika <carlo.van-driesten@bmw.de>
50507c2 to
6db1391
Compare
ClemensLinnhoff
pushed a commit
that referenced
this pull request
Mar 10, 2026
* feat(EVES-003): add §1b Asset Preparation with input_manifest.json Add new section §1b that formalizes the asset preparation process: - Normative folder-to-category mapping table linking directory structure to envited-x ontology categories and access roles - input_manifest.json specification as a partial envited-x:Manifest in JSON-LD that describes user-provided input files - Two-stage validation model: per-Link input validation (fail fast) followed by full ManifestShape output validation (completeness) - Example input_manifest.json in the example/ folder - Updated Step 1 to reference input manifest pre-validation - Added references to ENVITED-X Simulation Asset Tools, ENVITED-X Ontology, and Manifest Ontology The input_manifest.json replaces the ad-hoc uploadedFiles.json format by using the same envited-x vocabulary throughout the pipeline (input -> processing -> output), enabling SHACL validation at every stage. * fix: align table header pipes in EVES-007 (MD060) --------- Signed-off-by: jdsika <carlo.van-driesten@bmw.de>
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
Adds section 1b (Asset Preparation) to EVES-003, defining the
input_manifest.jsonformat and folder structure requirements for conformant assets. Also fixes a pre-existing markdown linter issue in EVES-007.Required by: ASCS-eV/hd-map-asset-example#1
Commits
cbb4192feat(EVES-003): add 1b Asset Preparation with input_manifest.json6db1391fix: align table header pipes in EVES-007 (MD060)Diff (vs
main)Key Changes
EVES-003: new section 1b - Asset Preparation
simulation-data/,documentation/,metadata/,media/,validation-reports/) withenvited-xcategory and access role mappingsinput_manifest.jsonformat: partialenvited-x:Manifestin JSON-LD describing user-provided input filesinput_manifest.jsonfileEVES-007: table fix