@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/bRfDDbF>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Reparon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/67694f8e-13f3-265d-98b2-048be4fa0106"^^xsd:string ;
  schema:familyName "Reparon"^^xsd:string ;
  schema:hasOccupation "Winkelierster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012zrg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/af187ce4-48ee-ffce-752c-46c6318d0012> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2499771> ;
  schema:birthDate "1846-12-12"^^xsd:date .

