@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/bM38JzV>
  schema:givenName "Benjamin"^^xsd:string ;
  schema:name "Benjamin Lens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/112d3c27-beda-42a0-a9d7-fa73ef0c4a33"^^xsd:string ;
  schema:hasOccupation "Kleermaker"@nl ;
  schema:familyName "Lens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m9g5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c929c269-4e09-ed4d-eaf0-1aec8179a121> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2597089> ;
  schema:birthDate "1827-09-25"^^xsd:date .

