@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/bABFACr>
  schema:givenName "Annigje"^^xsd:string ;
  schema:name "Annigje Boxem"@nl ;
  schema:familyName "Boxem"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/03800b20-92fc-8945-682a-6601cb2bfe09"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Staphorst> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t5cg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eb18d0f8-dd27-0326-ed17-98e2ea08d1db> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2834923> ;
  schema:birthDate "1861-05-26"^^xsd:date .

