@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/bfCv1FM>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Hersche"@nl ;
  schema:familyName "Hersche"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/42759d62-2dd6-e097-ac55-0204522c9757"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0167gk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a77280bf-5e35-6354-f8af-afefa0c06137> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2470255> ;
  schema:birthDate "1911-04-22"^^xsd:date .

