Skip to content

Commit

Permalink
Update opendva-user-profile.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 10, 2024
1 parent 05550e0 commit 66054e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions user-profile-examples/opendva-user-profile.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
@prefix ff: <https://foerderfunke.org/default#> .

ff:mainPerson a ff:Citizen ;
ff:hasFirstNames "Max" ;
ff:hasFirstNames "Maria" ;
ff:hasFamilyName "Mustermann" ;
ff:hasBirthday "1988-08-08"^^xsd:date ;
ff:hasGender "männlich" ;
ff:hasBirthPlace "Jena" ;
ff:hasBirthday "1994-12-06"^^xsd:date ;
ff:hasGender "weiblich" ;
ff:hasResidence "Jena" ;
# ff:residesInState "Thüringen" ;
ff:hasMaritalStatus "VH" ;
ff:eligibleForSocialSupport true ;
ff:worksAsFreelancer false .
# ff:hasBirthPlace "Jena" ;
# ff:hasMaritalStatus "VH" ;
# ff:residesInState "Thüringen" ; <-- gets materialized in-memory during validation

0 comments on commit 66054e4

Please sign in to comment.