From 15097f8e1ae90d269650e2459cec55ba6bba2b90 Mon Sep 17 00:00:00 2001 From: EttoreM Date: Thu, 25 Jun 2026 14:39:57 +0100 Subject: [PATCH] Flattened ttl files for ruleset 16_publishing_phase.ttl. --- .../{must => }/16_publishing_phase.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) rename rocrate_validator/profiles/five-safes-crate/{must => }/16_publishing_phase.ttl (95%) diff --git a/rocrate_validator/profiles/five-safes-crate/must/16_publishing_phase.ttl b/rocrate_validator/profiles/five-safes-crate/16_publishing_phase.ttl similarity index 95% rename from rocrate_validator/profiles/five-safes-crate/must/16_publishing_phase.ttl rename to rocrate_validator/profiles/five-safes-crate/16_publishing_phase.ttl index 5a591a4e9..02b5b501f 100644 --- a/rocrate_validator/profiles/five-safes-crate/must/16_publishing_phase.ttl +++ b/rocrate_validator/profiles/five-safes-crate/16_publishing_phase.ttl @@ -23,6 +23,8 @@ @prefix xsd: . +#=== MUST shapes ===# + five-safes-crate:AllAssessActionsMentioned a sh:NodeShape ; sh:name "All AssessActions are mentioned from Root Data Entity" ; @@ -39,3 +41,11 @@ five-safes-crate:AllAssessActionsMentioned sh:severity sh:Violation ; sh:message "All AssessAction entities in the crate MUST be referenced from the Root Dataset via `mentions`." ; ] . + + +#=== SHOULD shapes ===# +# (none) + + +#=== MAY shapes ===# +# (none) \ No newline at end of file