@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/bX5dtfR>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Lere"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cdbfc110-3431-bf78-2a29-fc85fc510eb5"^^xsd:string ;
  schema:familyName "Lere"^^xsd:string ;
  schema:hasOccupation "Sjouwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sint_Anna_ter_Muiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xvm0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/71a6bcca-c9b2-4921-e4e9-aa27a97c8086> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2297380> ;
  schema:birthDate "1857-04-27"^^xsd:date .

