@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/bwEnAV8>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Eeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e682fa9d-7658-cd8b-6edb-b57823de786c"^^xsd:string ;
  schema:familyName "van Eeuwen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017b5b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa685871-6cda-7416-da0f-22fa8835f89e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2741285> ;
  schema:birthDate "1864-06-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

