@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/bpYYzjM>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Kemp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d4a3b9b8-896e-c5ba-5818-f99ca4b16e1c"^^xsd:string ;
  schema:familyName "Kemp"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Montfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vrm5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d16531b-8c73-c39b-2df9-9ed76765121e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2430318> ;
  schema:birthDate "1888-07-23"^^xsd:date .

