@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/bkOYXoT>
  schema:familyName "Boot"^^xsd:string ;
  schema:givenName "Franciscus Karel"^^xsd:string ;
  schema:name "Franciscus Karel Boot"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/782c9fb3-1b79-01ff-ae1a-12561d69948c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8f059839-e5ed-f9bb-5c1b-760f490b7cd6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2410651> ;
  schema:birthDate "1902-03-30"^^xsd:date .

