@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/bm1GDH7>
  schema:givenName "Arie Simon"^^xsd:string ;
  schema:name "Arie Simon Boot"@nl ;
  schema:familyName "Boot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b36a01b-5797-2cef-1b00-ccdeebcc580d"^^xsd:string ;
  schema:hasOccupation "Letterzetter"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w5s4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8e6569af-4ffb-78e8-ad3d-811c5b18b5fa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2408298> ;
  schema:birthDate "1863-05-21"^^xsd:date .

