From ab75afad451a472953d540cef74962c58a243a55 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Fri, 27 Sep 2024 10:40:03 +0200 Subject: [PATCH] chore: bnodes --- .../invalid.malformedList.ttl.approved.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt b/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt index c51d0d9..eafdfe5 100644 --- a/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt +++ b/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt @@ -10,7 +10,7 @@ _:report a sh:ValidationReport ; rdf:type sh:ValidationResult ; sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:MinCountConstraintComponent ; - sh:sourceShape _:b748 ; + sh:sourceShape _:b743 ; sh:focusNode _:b6 ; sh:resultPath rdf:rest ; sh:resultMessage "list node needs exactly one rdf:rest" ; @@ -41,7 +41,7 @@ _:report a sh:ValidationReport ; rdf:type sh:ValidationResult ; sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:MinCountConstraintComponent ; - sh:sourceShape _:b748 ; + sh:sourceShape _:b743 ; sh:focusNode _:b6 ; sh:resultPath rdf:rest ; sh:resultMessage "list node needs exactly one rdf:rest" ; @@ -60,7 +60,7 @@ _:report a sh:ValidationReport ; ] ; sh:conforms false . -_:b748 sh:path rdf:rest ; +_:b743 sh:path rdf:rest ; sh:maxCount 1 ; sh:minCount 1 ; sh:message "list node needs exactly one rdf:rest" .