Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 5, 2023
1 parent 91367e6 commit 0d8f06c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _:report a sh:ValidationReport ;
sh:sourceShape [
sh:path cube:observationSet ;
sh:minCount 1 ;
sh:node <http://example.org/ObservationSetShape> ;
sh:node <https://cube.link/shape/ObservationSetShape> ;
sh:message "cube:Cube needs at least one cube:ObservationSet" ;
] ;
sh:focusNode <https://example.org/cube> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _:report a sh:ValidationReport ;
sh:sourceShape [
sh:path cube:observationSet ;
sh:minCount 1 ;
sh:node <http://example.org/ObservationSetShape> ;
sh:node <https://cube.link/shape/ObservationSetShape> ;
sh:message "cube:Cube needs at least one cube:ObservationSet" ;
] ;
sh:focusNode <https://example.org/cube> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _:report a sh:ValidationReport ;
sh:sourceConstraintComponent sh:NodeConstraintComponent ;
sh:sourceShape [
sh:path cube:observationConstraint ;
sh:node <http://example.org/ObservationConstraintShape> ;
sh:node <https://cube.link/shape/ObservationConstraintShape> ;
sh:message "cube:Cube must point to a valid cube:Constraint" ;
] ;
sh:focusNode <https://example.org/cube> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ _:report a sh:ValidationReport ;
sh:sourceConstraintComponent sh:NodeConstraintComponent ;
sh:sourceShape [
sh:path sh:property ;
sh:node <http://example.org/ObservationConstraintProperty> ;
sh:message "The constraints do not validated" ;
sh:node <https://cube.link/shape/ObservationConstraintProperty> ;
sh:message "The constraints do not validate" ;
] ;
sh:focusNode <https://example.org/shape> ;
sh:value _:b3 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _:report a sh:ValidationReport ;
sh:sourceConstraintComponent sh:NodeConstraintComponent ;
sh:sourceShape [
sh:path sh:property ;
sh:node <http://example.org/ObservationConstraintProperty> ;
sh:node <https://cube.link/shape/ObservationConstraintProperty> ;
sh:message "The constraints do not validate" ;
] ;
sh:focusNode <https://example.org/shape> ;
Expand All @@ -34,7 +34,7 @@ _:report a sh:ValidationReport ;
]
[
sh:path sh:or ;
sh:node <http://example.org/listnode>, [
sh:node <https://cube.link/shape/listnode>, [
sh:property [
sh:path sh:datatype ;
sh:minCount 1 ;
Expand Down

0 comments on commit 0d8f06c

Please sign in to comment.