@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/b9MTQ5x>
  schema:givenName "Helena Catharina"^^xsd:string ;
  schema:name "Helena Catharina Kroef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe183814-2893-ef94-18d6-365fd84002a9"^^xsd:string ;
  schema:familyName "Kroef"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lekkerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6f5e825d-7e9c-e112-3a6e-60229be013fc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2288516> ;
  schema:birthDate "1845-07-19"^^xsd:date .

