Skip to content

Commit 532bd05

Browse files
committed
Placed sh:Severity from within to sparql constrain to inside the parent shape.
1 parent 5f1ac98 commit 532bd05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rocrate_validator/profiles/five-safes-crate/13_validation_phase.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ five-safes-crate:RootDataEntityShouldMentionValidationCheckObject
135135
sh:name "RootDataEntity" ;
136136
sh:targetClass ro-crate:RootDataEntity ;
137137
sh:description "" ;
138+
sh:severity sh:Warning ;
138139

139140
sh:sparql [
140141
a sh:SPARQLConstraint ;
@@ -151,7 +152,6 @@ five-safes-crate:RootDataEntityShouldMentionValidationCheckObject
151152
}
152153
}
153154
""" ;
154-
sh:severity sh:Warning ;
155155
sh:message "RootDataEntity SHOULD mention a ValidationCheck object." ;
156156
] .
157157

@@ -272,9 +272,9 @@ five-safes-crate:DownloadActionShouldHaveEndTimeIfBegun
272272
] .
273273

274274

275-
#=== MAY shapes ===#
275+
#=== MAY shapes ===#
276276

277-
five-safes-crate:DownloadActionMayHaveStartTimeIfBegun
277+
five-safes-crate:DownloadActionMayHaveStartTimeIfBegun
278278
a sh:NodeShape ;
279279
sh:name "ValidationCheck" ;
280280
sh:description "" ;

0 commit comments

Comments
 (0)