@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/bQDxuSA>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Toonstra"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:birthPlace "Dockum"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7b099c03-f41b-7666-e3e9-0e8ce4e2d0b1"^^xsd:string ;
  schema:familyName "Toonstra"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gnx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8a82dbf9-d9e0-aba6-69bd-9641a389dc91> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2393170> ;
  schema:birthDate "1875-08-26"^^xsd:date .

