@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/bnuAwVT>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ba79da6-06e0-5c4b-1f93-eba1f397a564"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna 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/bd053a6e-352e-84bd-9e2e-48812c4dbfce> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2553994> ;
  schema:birthDate "1895-10-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kleijn"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

