Skip to content

Commit f15804f

Browse files
committed
Changed description of SHOULD rule
1 parent 861e6a7 commit f15804f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rocrate_validator/profiles/five-safes-crate/should/6_workflow_reference.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
] .

0 commit comments

Comments
 (0)