@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/bUaqCaO>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina de Waal"@nl ;
  schema:familyName "de Waal"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1dcc0c75-bdfd-6c4a-692c-744de850640d"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnh4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/11483928-a498-b4ff-60e1-e7f42e356942> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1945576> ;
  schema:birthDate "1895-05-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Waal"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

