Skip to content

Commit

Permalink
Add SHACL shape to ff:parentingSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 4, 2024
1 parent b7fd715 commit e36008c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions datafields.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,12 @@ ff:receivesKindergeld a ff:FimLeistung, ff:DataField ;

ff:parentingSetup a ff:DataField ;
rdfs:label "Erziehungsverantwortung" ;
ff:canHaveValue [
ff:hasFimId fim:F00001072 ;
ff:hasFimVersion "1.1" ;
rdfs:label "Alleinerziehend" ;
] ,
[
a ff:DataField ;
rdfs:label "Elternpaar" ;
ff:hasShaclShape ff:parentingSetupShape .
ff:parentingSetupShape a sh:NodeShape ;
sh:targetClass ff:Citizen ;
sh:property [
sh:path ff:parentingSetup ;
sh:in ("Alleinerziehend" "Elternpaar")
] .

ff:receivesWohngeld a ff:DataField ;
Expand Down

0 comments on commit e36008c

Please sign in to comment.