@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#> .

<https://n2t.net/ark:/60537/bgshP3R>
  schema:givenName "Christina Antonia"^^xsd:string ;
  schema:name "Christina Antonia Snel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2bba4900-3970-0f87-e692-d85e3d34dae4"^^xsd:string ;
  schema:familyName "Snel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bcf77f2b-6b60-a6d5-f273-8fa85cfcb4b5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2553809> ;
  schema:birthDate "1876-03-03"^^xsd:date .

