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 95% rename from rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl rename to rocrate_validator/profiles/five-safes-crate/9_inputs.ttl index 57261096..fac93116 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,11 @@ @prefix xsd: . +#=== MUST shapes ===# +# (none) + + +#=== SHOULD shapes ===# five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork a sh:NodeShape ; @@ -43,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 """ @@ -53,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork } } """ ; - sh:severity sh:Warning ; sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ; - ] . \ No newline at end of file + ] . + + +#=== MAY shapes ===# +# (none) \ No newline at end of file