@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/btwRVLi>
  schema:givenName "Cornelia Agatha"^^xsd:string ;
  schema:name "Cornelia Agatha Jongbloed"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d0dc6427-fe44-ce33-2fc5-9fa17605f11a"^^xsd:string ;
  schema:familyName "Jongbloed"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdzg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/60d230c7-d14e-6108-9469-515e2a494a86> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2231864> ;
  schema:birthDate "1856-03-29"^^xsd:date .

