@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/bDwsxZW>
  schema:givenName "Engelina"^^xsd:string ;
  schema:name "Engelina Varrenhorst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a7764980-f209-946d-9705-70f955aa5071"^^xsd:string ;
  schema:familyName "Varrenhorst"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Steenwijkerland> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012m0k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/60d0f81a-89f5-3c2d-c2a6-06731d1555e4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2231855> ;
  schema:birthDate "1866-09-28"^^xsd:date .

