Skip to content

Commit

Permalink
Add materializable data fields
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Aug 29, 2024
1 parent 7cfda5f commit 6772606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sozialplattform/datafields.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,6 @@ ff:pflege a ff:DataField, ff:SozialleistungsfinderDataField ;
sh:maxCount 1 ;
] ;
] .

ff:pensionable a ff:DataField, ff:MaterializableDataField ; rdfs:label "Pensionable"@en, "Rentenberechtigt"@de .
ff:ff:hasAge a ff:DataField, ff:MaterializableDataField ; rdfs:label "Age"@en, "Alter"@de .

0 comments on commit 6772606

Please sign in to comment.