@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/bdxuKtb>
  schema:familyName "Bekkers"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Bekkers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c0b3644-0c79-1d2d-5930-535a9005b6ee"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Weert> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmk3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1521530b-9a92-2e93-566c-c2cd3bb7a6b1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/646010> ;
  schema:birthDate "1815-12-06"^^xsd:date .

