@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/bz8L2pE>
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika van der Klein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4aa8c3c-0cd2-7c14-d2b8-84b24a40aee7"^^xsd:string ;
  schema:familyName "van der Klein"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q2gj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1ef315d2-e257-d03d-d81a-8a8a920b2ed3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1980358> ;
  schema:birthDate "1851-01-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Klein"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

