@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/bKNWgRP>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2a7453b7-3f2b-3a1d-c996-d710a4a49d89"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van der Kaa"@nl ;
  schema:familyName "van der Kaa"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011j3q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/549f1199-36d7-d100-4c28-4afa8dd491f9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2185104> ;
  schema:birthDate "1889-11-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kaa"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

