@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/bumFzzF>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Manschot"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84016c63-fc02-e951-4fd3-cc735825b721"^^xsd:string ;
  schema:familyName "Manschot"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ps78> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/49c00625-c0f5-cd7d-f5ea-7247680833dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2143490> ;
  schema:birthDate "1835-12-11"^^xsd:date .

