Skip to content

Commit

Permalink
Remove dev datafield
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 7, 2024
1 parent 61b6826 commit 5ed07a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shacl/dev-kindergeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ff:ChildAllowanceEligibilityShape
sh:minCount 1 ;
] ;
sh:property [
sh:path ff:monthlyIncome ;
sh:path ff:hasIncomeNetto ;
sh:maxInclusive 2000 ;
sh:datatype xsd:integer ;
] .
2 changes: 1 addition & 1 deletion shacl/dev-wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ff:IncomeShape
a sh:NodeShape ;
sh:targetClass ff:Citizen ;
sh:property [
sh:path ff:monthlyIncome ;
sh:path ff:hasIncomeNetto ;
sh:datatype xsd:integer ;
sh:maxInclusive 2000 ;
sh:message "2000" ;
Expand Down

0 comments on commit 5ed07a5

Please sign in to comment.