@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/bPaE6uB>
  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/8d98749f-4032-b145-bb63-46055777c07b"^^xsd:string ;
  schema:hasOccupation "Scheepmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011cm1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d8c9e3bd-9578-478b-3483-16f9657db101> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2798536> ;
  schema:birthDate "1863-05-21"^^xsd:date .

