@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/bXIjIhy>
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje van der Hek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9704793e-5713-0d71-c6c6-05aaf79e0103"^^xsd:string ;
  schema:familyName "van der Hek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergambacht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00th66> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b550e4d7-0407-d129-2704-1bd0ce957b5a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2524283> ;
  schema:birthDate "1833-06-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hek"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

