@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/bELEpZO>
  schema:familyName "Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9c644a65-d730-920b-3a0e-81ddb733a271"^^xsd:string ;
  schema:givenName "Johannes Theodorus"^^xsd:string ;
  schema:name "Johannes Theodorus Boer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b014c11> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/264a37fe-19dc-2f22-22b4-9b8c6c4a7f1e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2009228> ;
  schema:birthDate "1902-10-01"^^xsd:date .

