@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/bvpa8G0>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis van der Kleijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b5e2801-ef56-b228-4b55-604c0d9984df"^^xsd:string ;
  schema:familyName "van der Kleijn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01001g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7c4818c5-a5f0-9ffb-73fa-f06c5187ca3f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2338345> ;
  schema:birthDate "1833-03-25"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kleijn"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

