From 83f842a40ad67dd095db9c75fca81a1c69118dd9 Mon Sep 17 00:00:00 2001 From: EttoreM Date: Fri, 23 Jan 2026 17:07:46 +0000 Subject: [PATCH] Merged 1_root_data_entity.ttl files. --- .../five-safes-crate/{must => }/1_root_data_entity.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) rename rocrate_validator/profiles/five-safes-crate/{must => }/1_root_data_entity.ttl (95%) diff --git a/rocrate_validator/profiles/five-safes-crate/must/1_root_data_entity.ttl b/rocrate_validator/profiles/five-safes-crate/1_root_data_entity.ttl similarity index 95% rename from rocrate_validator/profiles/five-safes-crate/must/1_root_data_entity.ttl rename to rocrate_validator/profiles/five-safes-crate/1_root_data_entity.ttl index bb9a5147..fe0516b4 100644 --- a/rocrate_validator/profiles/five-safes-crate/must/1_root_data_entity.ttl +++ b/rocrate_validator/profiles/five-safes-crate/1_root_data_entity.ttl @@ -22,6 +22,8 @@ @prefix xsd: . +#=== MUST shapes ===# + five-safes-crate:RootDataEntityRequiredProperties a sh:NodeShape ; sh:name "RootDataEntity" ; @@ -44,3 +46,11 @@ five-safes-crate:RootDataEntityRequiredProperties sh:severity sh:Violation ; sh:message """The `sourceOrganization` property of the RootDataEntity MUST point to a Project entity.""" ; ] . + + +#=== SHOULD shapes ===# +# (none) + + +#=== MAY shapes ===# +# (none)