@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/b4ApWxA>
  schema:givenName "Helena Catharina"^^xsd:string ;
  schema:name "Helena Catharina Welzing"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/58ee971c-5d43-a823-4d87-671f031bea29"^^xsd:string ;
  schema:birthPlace "Kleef Duitschland"@nl ;
  schema:familyName "Welzing"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018z3p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/88ec4c9f-cd51-aaa3-34b5-47a267cd8b98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2387100> ;
  schema:birthDate "1832-11-24"^^xsd:date .

