Skip to content

Commit

Permalink
Fix copy-paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 23, 2024
1 parent 4a76c34 commit f64e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shacl/dev-child-toy.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ff:ChildShape a sh:NodeShape ;
] ;
sh:property [
sh:path ff:devHasToy ;
sh:node ff:ChildShape ;
sh:node ff:DevToyShape ;
sh:minCount 1 ;
sh:message "The toy of the child doesn't exist or doesn't fulfill all criteria" ;
] .
Expand Down

0 comments on commit f64e3a3

Please sign in to comment.