@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/bms5jCE>
  schema:familyName "Hersche"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b2b09e7-f489-c362-2552-42c3d8fb5bd5"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Hersche"@nl ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0167gk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ff08677e-eb02-c339-a101-9f53d754babd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2765917> ;
  schema:birthDate "1900-09-14"^^xsd:date .

