@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/bBE9dde>
  schema:givenName "Antonia"^^xsd:string ;
  schema:name "Antonia Kervel"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/588312a3-e076-fd9f-98c7-cfa8cbebf69d"^^xsd:string ;
  schema:familyName "Kervel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d7tg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/25bfb4eb-3c28-9d81-5a0f-dc55ae67f34f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2007007> ;
  schema:birthDate "1789-11-15"^^xsd:date .

