@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/bOkPTod>
  schema:givenName "Helena Maria"^^xsd:string ;
  schema:name "Helena Maria Hensbroek"@nl ;
  schema:familyName "Hensbroek"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1cca2677-d278-4ef7-abfe-35db7336556b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nrnh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/670417a0-5fc8-a1ad-0d69-036736185876> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2256320> ;
  schema:birthDate "1869-07-02"^^xsd:date .

