@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/bpmSGdg>
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria van der Paauw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/197bfd75-5056-9d94-ba3e-353b8f61c4a9"^^xsd:string ;
  schema:familyName "van der Paauw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019hcd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c8e177ff-24b7-2f7f-b8b1-dcfaffd87945> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2596016> ;
  schema:birthDate "1913-05-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Paauw"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

