@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/bWFPrxW>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Lens"@nl ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/170421e6-d4fa-8f7e-779c-8eacf6732803"^^xsd:string ;
  schema:familyName "Lens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018j86> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d692c957-0c06-e0f3-ad50-5436d867fc4a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2657388> ;
  schema:birthDate "1838-07-13"^^xsd:date .

