@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/bNVrrLW>
  schema:familyName "Hamme"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dac5d785-0e18-6123-34f1-5b24ad5835cf"^^xsd:string ;
  schema:givenName "Levie"^^xsd:string ;
  schema:name "Levie Hamme"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4c8494b6-4248-0045-ae3e-2cf06b776a98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2154213> ;
  schema:birthDate "1866-02-08"^^xsd:date .

