@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/bxgte6e>
  schema:givenName "Christina Agatha Maria"^^xsd:string ;
  schema:name "Christina Agatha Maria van Baarzel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2d0594e-f6a4-6137-0f24-809e981df826"^^xsd:string ;
  schema:familyName "van Baarzel"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0123nr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7500cbdf-86c9-53b3-4d82-ecd1e4e64019> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2310464> ;
  schema:birthDate "1880-04-25"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Baarzel"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

