@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/box4zQW>
  schema:givenName "Arie Jacobus"^^xsd:string ;
  schema:name "Arie Jacobus Kersbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4e8fa179-f5e7-c206-f2a7-f099f97a18e2"^^xsd:string ;
  schema:familyName "Kersbergen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/517f5406-9b57-aa31-85ae-c06c754afa95> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2173280> ;
  schema:birthDate "1890-07-28"^^xsd:date .

