@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/bo6Gsb2>
  schema:givenName "Aart"^^xsd:string ;
  schema:name "Aart den Haan"@nl ;
  schema:familyName "den Haan"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/876655e5-f02d-4314-7c6c-9bb18a9aa14a"^^xsd:string ;
  schema:hasOccupation "Telegrafist"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t535> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9c628dba-0801-b3d6-16f0-51e87b4b48f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2427586> ;
  schema:birthDate "1872-10-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Haan"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

