@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/bwEnDEk>
  schema:familyName "Borst"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Borst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/73c5539a-303d-c0be-31d9-64624cb56fe2"^^xsd:string ;
  schema:birthPlace "Taloe Nederlands Indië"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98646f51-eec3-d4a2-f290-8c0123d13fc9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2789823> ;
  schema:birthDate "1844-05-25"^^xsd:date .

