@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/br1tRQW>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Boelkens"@nl ;
  schema:familyName "Boelkens"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d8f12c29-c376-37f0-0b49-4138a460dc23"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Arnhem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/79abef73-5e8e-1d63-bb80-7b51bc8be2f5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2328237> ;
  schema:birthDate "1855-08-08"^^xsd:date .

