Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


#=== MUST shapes ===#

five-safes-crate:AllAssessActionsMentioned
a sh:NodeShape ;
sh:name "All AssessActions are mentioned from Root Data Entity" ;
Expand All @@ -39,3 +41,11 @@ five-safes-crate:AllAssessActionsMentioned
sh:severity sh:Violation ;
sh:message "All AssessAction entities in the crate MUST be referenced from the Root Dataset via `mentions`." ;
] .


#=== SHOULD shapes ===#
# (none)


#=== MAY shapes ===#
# (none)