diff --git a/shacl/dev-kindergeld.ttl b/shacl/dev-kindergeld.ttl index 96eed0b..7e87801 100644 --- a/shacl/dev-kindergeld.ttl +++ b/shacl/dev-kindergeld.ttl @@ -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 ; ] . diff --git a/shacl/dev-wohngeld.ttl b/shacl/dev-wohngeld.ttl index c64b1b1..7fe084d 100644 --- a/shacl/dev-wohngeld.ttl +++ b/shacl/dev-wohngeld.ttl @@ -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" ;