@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#> .

<https://n2t.net/ark:/60537/b2UOHJ1>
  schema:givenName "Arend"^^xsd:string ;
  schema:name "Arend Haverkamp"@nl ;
  schema:familyName "Haverkamp"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1933d3cd-d94d-c233-34e0-03de07e89ce1"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Benthuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00shfr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c931b590-1568-8ebd-1c74-d29f3641db1f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2597172> ;
  schema:birthDate "1826-03-22"^^xsd:date .

