From 674d118e1fa4f853a4b523c19493c92f4f68c2cf Mon Sep 17 00:00:00 2001 From: Benjamin Degenhart Date: Wed, 8 May 2024 22:52:10 +0200 Subject: [PATCH] Rent cold seems to be required for Kinderzuschlag --- shacl/kinderzuschlag.ttl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shacl/kinderzuschlag.ttl b/shacl/kinderzuschlag.ttl index 8b488fd..aa0a3dd 100644 --- a/shacl/kinderzuschlag.ttl +++ b/shacl/kinderzuschlag.ttl @@ -31,6 +31,11 @@ ff:MainPersonShape a sh:NodeShape, ff:EligibilityConstraint ; sh:minCount 1 ; sh:maxCount 1 ; ] ; + sh:property [ + sh:path ff:paysRentCold ; + sh:minCount 1 ; + sh:maxCount 1 ; + ] ; sh:property [ sh:path ff:receivesWohngeld ; sh:message "[optional]" ;