@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/beMHk6P>
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Kersbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fde70bef-53cd-8006-6d29-6a97a42161d4"^^xsd:string ;
  schema:familyName "Kersbergen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lexmond> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01c567> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ad3b8c44-1724-272c-9be4-fe555a3d3979> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2492562> ;
  schema:birthDate "1885-06-24"^^xsd:date .

