@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/bNw2Hf6>
  schema:givenName "Anna Cornelia"^^xsd:string ;
  schema:name "Anna Cornelia Verheul"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2a4d4e9e-cb7a-adb8-85ff-5bacbb388e96"^^xsd:string ;
  schema:familyName "Verheul"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Mijdrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z40x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/decfec8c-3afe-0cd7-2e6c-3e54526392c8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2821706> ;
  schema:birthDate "1876-12-23"^^xsd:date .

