@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/bKNWkBp>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Snaters"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2008cd4-04fd-51b3-db17-cc76bb23a812"^^xsd:string ;
  schema:familyName "Snaters"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/65cf6ea6-edd3-37ee-7b84-5910e938acee> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2251599> ;
  schema:birthDate "1844-04-29"^^xsd:date .

