@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/bwdXwRH>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia den Ouden"@nl ;
  schema:familyName "den Ouden"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d0809368-188e-6e1b-659d-6a64bc462263"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lekkerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wcdv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d52e907-a294-9d69-0a4c-eca8dc82a7b8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1973823> ;
  schema:birthDate "1856-01-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ouden"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

