Copy project artifacts during build and reduce set of default model representations - #29
Merged
Merged
Conversation
Contributor
|
dalito
force-pushed
the
issue28-copy-project-artifacts
branch
from
November 23, 2025 13:28
1c2b2c4 to
30fabb9
Compare
Collaborator
Author
|
From my point of view this is ready now. I'll wait for your approval before merging (either thumbs-up or formal PR-approval). |
- adds special handling for gen-java which ignores config.yaml to justfile - update README in projects with hint on creating other representations
dalito
force-pushed
the
issue28-copy-project-artifacts
branch
from
November 23, 2025 15:27
30fabb9 to
f20e5e0
Compare
dalito
force-pushed
the
issue28-copy-project-artifacts
branch
from
November 23, 2025 21:03
775f436 to
f1ff6f5
Compare
StroemPhi
approved these changes
Nov 24, 2025
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.
Schema distribution:
justfileto call a recipe_add-artifacts. This recipes is defined inproject.justfileadd copiesproject/sub-folders todocs/schema.docs/schema/merged-yamlinstead ofdocs/schemasrc/dcat-ap-plus/schemaare copied todocs/schemadocs/schemais deployed to gh-pages directorydev/or to a version-specific directory (for Releases).Schema representations / generator configuration
config.yamlto explicitly include only selected generators (jsonld,jsonschema,jsonldcontext,prefixmap,python,shacl) and commented out the previous excludes/includes approach to clarify generator selection.justfilebuild recipe to handle generators that do not yet supportconfig.yaml, adding a conditional forgen-javato enable skipping of the java build.project/README.mdto clarify which model representations are distributed and encourage users to generate additional representations themselves or to request new formats.Closes #28