@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/b0POnH1>
  schema:hasOccupation "Fabriekswerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/64a02c8e-2c28-76f6-a877-787e7ff71d65"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van der Kleijn"@nl ;
  schema:familyName "van der Kleijn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/28ae82d5-0e82-ae9c-04f6-4d67fc8115ef> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2018332> ;
  schema:birthDate "1861-08-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kleijn"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

