We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd6ff1 commit 15097f8Copy full SHA for 15097f8
1 file changed
…safes-crate/must/16_publishing_phase.ttl …five-safes-crate/16_publishing_phase.ttlrocrate_validator/profiles/five-safes-crate/must/16_publishing_phase.ttl renamed to rocrate_validator/profiles/five-safes-crate/16_publishing_phase.ttl
@@ -23,6 +23,8 @@
23
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
24
25
26
+#=== MUST shapes ===#
27
+
28
five-safes-crate:AllAssessActionsMentioned
29
a sh:NodeShape ;
30
sh:name "All AssessActions are mentioned from Root Data Entity" ;
@@ -39,3 +41,11 @@ five-safes-crate:AllAssessActionsMentioned
39
41
sh:severity sh:Violation ;
40
42
sh:message "All AssessAction entities in the crate MUST be referenced from the Root Dataset via `mentions`." ;
43
] .
44
45
46
+#=== SHOULD shapes ===#
47
+# (none)
48
49
50
+#=== MAY shapes ===#
51
0 commit comments