Skip to content

Commit

Permalink
Fix misspelled AnswerOption
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Aug 29, 2024
1 parent 4a16fad commit 6a8a95b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sozialplattform/shacl/04-bafoeg.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ff:MainPersonShape a sh:NodeShape, ff:EligibilityConstraint ;
sh:path ff:erwerbsfaehig_neu ;
sh:minCount 1 ;
sh:not [
sh:in (ff:erwerbsfaehig_neu-ao-nein-greater-6-monate) ;
sh:in (ff:erwerbsfaehig_neu-ao-nein-ueber-6-monate) ;
] ;
] ;
sh:property [
Expand Down
2 changes: 1 addition & 1 deletion sozialplattform/shacl/05-buergergeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ff:MainPersonShape a sh:NodeShape, ff:EligibilityConstraint ;
sh:path ff:erwerbsfaehig_neu ;
sh:minCount 1 ;
sh:not [
sh:in (ff:erwerbsfaehig_neu-ao-nein-greater-6-monate) ;
sh:in (ff:erwerbsfaehig_neu-ao-nein-ueber-6-monate) ;
] ;
] ;
sh:property [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ff:MainPersonShape a sh:NodeShape, ff:EligibilityConstraint ;
sh:property [
sh:path ff:erwerbsfaehig_neu ;
sh:minCount 1 ;
sh:in (ff:erwerbsfaehig_neu-ao-nein-greater-6-monate) ;
sh:in (ff:erwerbsfaehig_neu-ao-nein-ueber-6-monate) ;
] ;
sh:property [
sh:path ff:beruf_neu ;
Expand Down

0 comments on commit 6a8a95b

Please sign in to comment.