@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/bkbSwyp>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d74000a6-63b5-c632-7ae3-8eb009d382a5"^^xsd:string ;
  schema:givenName "Maria Cornelia"^^xsd:string ;
  schema:name "Maria Cornelia van Hoff"@nl ;
  schema:familyName "van Hoff"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1dfbffdd-1fe9-1ae8-26fa-22d3a2db3c88> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1976486> ;
  schema:birthDate "1864-04-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hoff"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

