Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* RDFLib/pySHACL#213

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Nov 15, 2023
1 parent f91424c commit 1810c8a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/distribution_XFAIL_validation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,28 @@
] ;
] ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode <http://example.org/kb/url-dd3e2489-37f0-478c-92bb-c45831337dd4> ;
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 ;
] ;
] ;
] ;
]
;
.
Expand Down

0 comments on commit 1810c8a

Please sign in to comment.