@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/bY7IPab>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Kors"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1158bd6f-fd31-a543-1e8d-241924b37cc1"^^xsd:string ;
  schema:familyName "Kors"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bhUaGfI> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2255537> ;
  schema:birthDate "1877-09-29"^^xsd:date .

