diff --git a/rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl b/rocrate_validator/profiles/five-safes-crate/9_inputs.ttl similarity index 96% rename from rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl rename to rocrate_validator/profiles/five-safes-crate/9_inputs.ttl index 20cb1b0bd..dddd49c12 100644 --- a/rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl +++ b/rocrate_validator/profiles/five-safes-crate/9_inputs.ttl @@ -24,6 +24,12 @@ @prefix xsd: . +#=== MUST shapes ===# +# (none) + + +#=== SHOULD shapes ===# + five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork a sh:NodeShape ; sh:name "Input" ; @@ -42,6 +48,7 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork a sh:SPARQLConstraint ; sh:name "exampleOfWork" ; sh:description "Input SHOULD reference a FormalParameter using exampleOfWork" ; + sh:severity sh:Warning ; sh:prefixes ro-crate:sparqlPrefixes ; sh:select """ @@ -52,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork } } """ ; - sh:severity sh:Warning ; sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ; ] . + + +#=== MAY shapes ===# +# (none)