From 6842c04eca28d2ca11dde2a25c1830b0a7c40091 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 15 Aug 2022 15:08:09 -0400 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/ucoProject/UCO/issues/405 Signed-off-by: Alex Nelson --- .../configured_tool_validation-unstable.ttl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/illustrations/configured_tool/configured_tool_validation-unstable.ttl b/examples/illustrations/configured_tool/configured_tool_validation-unstable.ttl index 084f4973..e37219c0 100644 --- a/examples/illustrations/configured_tool/configured_tool_validation-unstable.ttl +++ b/examples/illustrations/configured_tool/configured_tool_validation-unstable.ttl @@ -82,17 +82,17 @@ tool:itemObject ; tool:itemType "external-ruleset" ; ] ; - sh:resultMessage 'Less than 1 values on [ rdf:type uco-tool:ConfigurationSettingType ; uco-tool:itemName Literal("ruleset") ; uco-tool:itemObject kb:File-0fedea11-3c8b-400c-9cdb-593edc146194 ; uco-tool:itemType Literal("external-ruleset") ]->tool:itemValue' ; - sh:resultPath tool:itemValue ; + sh:resultMessage "Value does not have class core:UcoObject" ; + sh:resultPath tool:itemObject ; sh:resultSeverity sh:Violation ; - sh:sourceConstraintComponent sh:MinCountConstraintComponent ; + sh:sourceConstraintComponent sh:ClassConstraintComponent ; sh:sourceShape [ - sh:datatype xsd:string ; + sh:class core:UcoObject ; sh:maxCount "1"^^xsd:integer ; - sh:minCount "1"^^xsd:integer ; - sh:nodeKind sh:Literal ; - sh:path tool:itemValue ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:path tool:itemObject ; ] ; + sh:value ; ] ; .