@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/bUAPK8E>
  schema:familyName "Ham"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d36c7d7c-76f2-9467-b038-d8737ebfa987"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena Ham"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fef469c5-a29b-126b-97e6-a5ce818e2746> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2765232> ;
  schema:birthDate "1835-02-15"^^xsd:date .

