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)