@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/bUo7KtL>
  schema:givenName "Henderina"^^xsd:string ;
  schema:name "Henderina Smit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/498794ed-57c2-f17e-1aae-d3a3e0f427a0"^^xsd:string ;
  schema:familyName "Smit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w9sn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9ab88f5d-01f5-779f-3f48-3008bd71abe6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2421266> ;
  schema:birthDate "1835-09-09"^^xsd:date .

