@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/b8xI9eA>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Ham"@nl ;
  schema:familyName "Ham"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2d4b9ea-03f0-0b42-b648-05cae01d49b4"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t47f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f55d131f-f7c8-ecac-252d-c75eacb9224e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2713741> ;
  schema:birthDate "1894-07-31"^^xsd:date .

