From 1810c8ab6aa97aa3008cd69b3d46381ed1a59782 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 15 Nov 2023 16:58:21 -0500 Subject: [PATCH] Regenerate Make-managed files References: * https://github.com/RDFLib/pySHACL/issues/213 Signed-off-by: Alex Nelson --- tests/distribution_XFAIL_validation.ttl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tests/distribution_XFAIL_validation.ttl b/tests/distribution_XFAIL_validation.ttl index 5f082e9..e246be4 100644 --- a/tests/distribution_XFAIL_validation.ttl +++ b/tests/distribution_XFAIL_validation.ttl @@ -53,6 +53,28 @@ ] ; ] ; ] ; + ] , + [ + a sh:ValidationResult ; + sh:focusNode ; + sh:resultMessage 'Focus node does not conform to shape MinCount 1: [ rdf:type sh:NodeShape ; sh:class uco-observable:URLFacet ; sh:property [ rdf:type sh:PropertyShape ; sh:minCount Literal("1", datatype=xsd:integer) ; sh:path uco-observable:fullValue ] ]' ; + sh:resultPath uco-core:hasFacet ; + sh:resultSeverity sh:Violation ; + sh:sourceConstraintComponent sh:QualifiedMinCountConstraintComponent ; + sh:sourceShape [ + a sh:PropertyShape ; + sh:path uco-core:hasFacet ; + sh:qualifiedMinCount "1"^^xsd:integer ; + sh:qualifiedValueShape [ + a sh:NodeShape ; + sh:class uco-observable:URLFacet ; + sh:property [ + a sh:PropertyShape ; + sh:minCount "1"^^xsd:integer ; + sh:path uco-observable:fullValue ; + ] ; + ] ; + ] ; ] ; .