Skip to content

Commit

Permalink
test: --approve
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 28, 2023
1 parent 9b73e95 commit 4df403b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ _:report a sh:ValidationReport ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
sh:sourceShape [
sh:path _:b388 ;
sh:path _:b387 ;
sh:maxCount 0 ;
sh:message "Cube cannot be expired" ;
] ;
sh:focusNode <http://example.org/Cube> ;
sh:resultPath _:b388 ;
sh:resultPath _:b387 ;
sh:resultMessage "Cube cannot be expired" ;
] ;
sh:conforms false .

_:b388 sh:alternativePath (
_:b387 sh:alternativePath (
schema:validThrough
schema:expires
) .

0 comments on commit 4df403b

Please sign in to comment.