@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/bmEMR8y>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3e3bcd81-4ad6-d10c-9324-abb6fb49db4c"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena Vervoorn"@nl ;
  schema:familyName "Vervoorn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Willige_Langerak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cb5db7b1-990c-74e4-e938-c1299f65db34> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2607026> ;
  schema:birthDate "1811-05-09"^^xsd:date .

