@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/bHT8WbC>
  schema:familyName "de Kleijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/621227ca-6b1a-dc4e-b71c-a79304fc8320"^^xsd:string ;
  schema:givenName "Jacob Pieter"^^xsd:string ;
  schema:name "Jacob Pieter de Kleijn"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Werkendam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/850d6c24-f4bf-a915-87af-d3f8be2a1e7b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2372389> ;
  schema:birthDate "1886-12-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kleijn"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

