@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/benhEwo>
  schema:givenName "George Lodewijk"^^xsd:string ;
  schema:name "George Lodewijk Hammer"@nl ;
  schema:familyName "Hammer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c34fc9f0-5bc8-15be-a032-6dbd700ea5c6"^^xsd:string ;
  schema:hasOccupation "Timmermansknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Capelle_aan_den_IJssel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bBdKpx1> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2140100> ;
  schema:birthDate "1842-02-06"^^xsd:date .

