@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/bms4W03>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3cc7a22f-e056-cf0f-dad6-4f086364042a"^^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/7ded0bed-f3cf-a0f9-25fc-11c32dc89dec> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2344693> ;
  schema:birthDate "1811-05-09"^^xsd:date .

