Skip to content

Commit 7f005d1

Browse files
committed
fix childrens boolean lapse
1 parent c962300 commit 7f005d1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datafields/family.ttl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ ff:children a ff:DataField ;
4444
sh:targetSubjectsOf ff:children ;
4545
sh:property [
4646
sh:path ff:children ;
47-
sh:in (ff:children-no ff:children-yes) ;
47+
sh:datatype xsd:boolean ;
4848
sh:maxCount 1 ;
4949
] ;
5050
] .
51-
ff:children-no a ff:AnswerOption ; rdfs:label "Nein"@de , "No"@en .
52-
ff:children-yes a ff:AnswerOption ; rdfs:label "Ja"@de , "Yes"@en .
5351

5452
ff:childrenAge a ff:DataField ;
5553
schema:category ff:familienstand-df-kategorie;

0 commit comments

Comments
 (0)