@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/b8xIeof>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Boot"@nl ;
  schema:familyName "Boot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f958b45-4227-0bd6-a16b-2b75f6308cd5"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hnqt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dab6e79c-5744-65f6-bfca-f8ea6106f102> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2805964> .

