@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/bd75sSe>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje van Kuiken"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/298fa579-350b-a5ff-3b8d-a44860c9f329"^^xsd:string ;
  schema:familyName "van Kuiken"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0184kc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/28c52e70-09c3-b1b8-100a-70e62257a330> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2018670> ;
  schema:birthDate "1898-02-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kuiken"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

