@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/bC3yIZE>
  schema:givenName "Helene Jeanne"^^xsd:string ;
  schema:name "Helene Jeanne Treit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/451d2d47-85fb-a678-78b0-08ce85f7e44c"^^xsd:string ;
  schema:familyName "Treit"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlissingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00njfr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4e83e840-fedd-3692-2c3f-bd1a76ac91c2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2161816> ;
  schema:birthDate "1827-06-22"^^xsd:date .

