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