@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/bIVEtAC>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Kok"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/51e48bae-2d7f-0d93-ac66-8d7bd4b89b97"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwolle> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b43bec69-53fb-107e-7ba9-11a0994e064f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2520082> ;
  schema:birthDate "1827-03-26"^^xsd:date .

