@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/b87iCzM>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia de Bruin"@nl ;
  schema:familyName "de Bruin"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dff58edb-0567-8cc6-a996-bcc71bd9dcc5"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zhh9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b4b1a41d-0f5e-52cb-5698-b494be2a73aa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2521890> ;
  schema:birthDate "1849-06-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bruin"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

