@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/bbFcm0u>
  schema:givenName "Arie Otto"^^xsd:string ;
  schema:name "Arie Otto Boot"@nl ;
  schema:familyName "Boot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f03ca37-9986-5433-362c-efd786cdfd57"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r92k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5ec53ad-12e0-e00d-db10-ceebcfd429c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2715962> ;
  schema:birthDate "1863-08-13"^^xsd:date .

