@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/bZnUBXq>
  schema:familyName "Hamme"^^xsd:string ;
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Hamme"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6c93c66-222c-593f-7f4b-d9ce7b0eb91d"^^xsd:string ;
  schema:hasOccupation "Onderwijzeres"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018bbr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/14a4ca9c-8fe5-283c-1849-57a5261e6f55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/644053> ;
  schema:birthDate "1891-06-06"^^xsd:date .

