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 94% 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..0a476d4a2 100644 --- a/rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl +++ b/rocrate_validator/profiles/five-safes-crate/9_inputs.ttl @@ -24,10 +24,17 @@ @prefix xsd: . +#=== MUST shapes ===# +# (none) + + +#=== SHOULD shapes ===# + five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork a sh:NodeShape ; sh:name "Input" ; sh:description "" ; + sh:severity sh:Warning ; sh:target [ a sh:SPARQLTarget ; sh:prefixes ro-crate:sparqlPrefixes ; @@ -52,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork } } """ ; - sh:severity sh:Warning ; sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ; ] . + + +#=== MAY shapes ===# +# (none)