@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bIVEAB4>
  schema:givenName "Dina Johanna"^^xsd:string ;
  schema:name "Dina Johanna van Wijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a69c0157-3b18-f4ed-9835-24d6ee304794"^^xsd:string ;
  schema:familyName "van Wijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vwfm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d355ec63-029f-525f-68ba-2c0e5fc11eba> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2644905> ;
  schema:birthDate "1902-10-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

