Skip to content

Commit

Permalink
chore: approve bnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 30, 2024
1 parent a31482a commit 7cb9da8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _:report a sh:ValidationReport ;
rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
sh:sourceShape _:b686 ;
sh:sourceShape _:b690 ;
sh:focusNode _:b6 ;
sh:resultPath rdf:rest ;
sh:resultMessage "list node needs exactly one rdf:rest" ;
Expand Down Expand Up @@ -41,7 +41,7 @@ _:report a sh:ValidationReport ;
rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
sh:sourceShape _:b686 ;
sh:sourceShape _:b690 ;
sh:focusNode _:b6 ;
sh:resultPath rdf:rest ;
sh:resultMessage "list node needs exactly one rdf:rest" ;
Expand All @@ -60,7 +60,7 @@ _:report a sh:ValidationReport ;
] ;
sh:conforms false .

_:b686 sh:path rdf:rest ;
_:b690 sh:path rdf:rest ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:message "list node needs exactly one rdf:rest" .

0 comments on commit 7cb9da8

Please sign in to comment.