@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/bUAP3o1>
  schema:givenName "Abraham Cornelis"^^xsd:string ;
  schema:name "Abraham Cornelis den Hertog"@nl ;
  schema:familyName "den Hertog"^^xsd:string ;
  schema:hasOccupation "Handelsreiziger"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/30f34dce-2034-b9e8-ece2-9c6772995eb9"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Goes> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0120tp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/29dbf61f-289d-487f-64f8-a6aa0176a6da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2023058> ;
  schema:birthDate "1869-08-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hertog"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

