@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/bsH4F2o>
  schema:givenName "Antonius"^^xsd:string ;
  schema:name "Antonius Bons"@nl ;
  schema:familyName "Bons"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/194320dd-ffe7-0d1d-1dfb-8b0fbd25b69c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5b99f05-b589-9a34-17cc-7f10097f0ae6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2715155> ;
  schema:birthDate "1887-04-16"^^xsd:date .

