@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b7HUA4C>
  schema:givenName "Helena Maria"^^xsd:string ;
  schema:name "Helena Maria van Eeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/775507ed-dff1-59ed-6b58-cd83de4f7707"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:familyName "van Eeuwen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q6w1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fb5429ae-8f68-1e11-c207-14f71ca46bb2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2866924> ;
  schema:birthDate "1838-03-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

