@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/bFoL671>
  schema:givenName "Adriaantje"^^xsd:string ;
  schema:name "Adriaantje Bouter"@nl ;
  schema:familyName "Bouter"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5940eb41-0d49-f9e4-f8ba-35f4a5ab57da"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groot-Ammers> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t5mc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f618037e-4d3c-5ff1-c85c-756bb2001e85> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2716624> ;
  schema:birthDate "1860-04-07"^^xsd:date .

