@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/bnTYVg9>
  schema:givenName "Helena Johanna"^^xsd:string ;
  schema:name "Helena Johanna Wiezer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4b5fcc4-8aac-c429-f784-cbb29f811c68"^^xsd:string ;
  schema:familyName "Wiezer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q6ss> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c93ddb40-9509-9d70-e9ba-b6e242849a7f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2597332> ;
  schema:birthDate "1870-02-25"^^xsd:date .

