feat(gx): regenerate artifacts with sh:pattern for SPDX LicenseRef#73
Merged
Conversation
3d9259d to
32d5fe0
Compare
Refresh all Gaia-X SHACL, OWL, and JSON-LD context artifacts using: - LinkML fork (feat/envited-x-pipeline) with gen-shacl pattern fix (#3485) - service-characteristics (fix/envited-ontology-fixes) with LicenseRef any_of branch (!322) The license property shapes now include a third sh:or branch: [ sh:pattern "^LicenseRef-[a-zA-Z0-9\\-\\.]+$" ] This enables SHACL validation to accept SPDX LicenseRef- identifiers alongside the existing SPDX license list and URL patterns. Also updates pyproject.toml to pin LinkML from @feat/envited-x-pipeline. Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>
32d5fe0 to
3078b1e
Compare
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
Regenerate all Gaia-X SHACL, OWL, and JSON-LD context artifacts using the latest upstream contribution branches:
feat/envited-x-pipeline— includesgen-shaclpattern fix (linkml/linkml#3485)fix/envited-ontology-fixes— includes LicenseRefany_ofbranch (!322)Changes
The license property shapes now include a third
sh:orbranch:[ sh:pattern "^LicenseRef-[a-zA-Z0-9\\-\\.]+$" ]This enables SHACL validation to accept custom SPDX LicenseRef- identifiers (e.g.
LicenseRef-ENVITED-X-1.0) alongside the existing SPDX license list values and URL patterns.Files changed
artifacts/gx/gx.shacl.ttl— 14sh:patternconstraints now presentartifacts/gx/gx.owl.ttl— updated ontologyartifacts/gx/gx.context.jsonld— refreshed contextpyproject.toml— pin LinkML to@feat/envited-x-pipelinesubmodules/linkml— pin tof1455bf40submodules/service-characteristics— pin to35d69baUpstream Dependencies
This PR depends on the following upstream contributions being merged:
Once both upstream PRs are merged, the submodule pins can be switched back to upstream defaults.
Validation
sh:patternoccurrences verified ingx.shacl.ttl^LicenseRef-[a-zA-Z0-9\\-\\.]+$pattern correctly placed as thirdsh:orbranch on license properties