@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/bFoKOpX>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Pot"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2f2fda8-5822-b396-483d-6d8126f729ab"^^xsd:string ;
  schema:familyName "Pot"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v3w8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8c2816b1-71b0-5792-9215-19fd3cedd2cd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2399735> ;
  schema:birthDate "1882-12-28"^^xsd:date .

