File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rocrate_validator/profiles/five-safes-crate/should Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ five-safes-crate::DatasetMustHaveDistributionIfURI
2727 a sh:NodeShape ;
2828 sh:name " mainEntity" ;
2929 sh:targetObjectsOf schema:mainEntity ;
30- sh:description " If mainEntity has an HTTP(S) @id, it must have a distribution that is an HTTP(S) URL." ;
30+ sh:description " If mainEntity has an HTTP(S) @id, it SHOULD have a distribution that is an HTTP(S) URL." ;
3131
3232 sh:sparql [
3333 a sh:SPARQLConstraint ;
3434 sh:name " distribution" ;
35- sh:description " If mainEntity has an HTTP(S) @id, it must have a distribution that is an HTTP(S) URL." ;
35+ sh:description " If mainEntity has an HTTP(S) @id, it SHOULD have a distribution that is an HTTP(S) URL." ;
3636 sh:prefixes ro-crate:sparqlPrefixes ;
3737 sh:select """
3838 SELECT $this
@@ -45,5 +45,5 @@ five-safes-crate::DatasetMustHaveDistributionIfURI
4545 }
4646 """ ;
4747 sh:severity sh:Warning ;
48- sh:message " If mainEntity has an HTTP(S) @id must have at least one distribution with an HTTP(S) URL." ;
48+ sh:message " If mainEntity has an HTTP(S) @id SHOULD have at least one distribution with an HTTP(S) URL." ;
4949 ] .
You can’t perform that action at this time.
0 commit comments