@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/bjZbDam>
  schema:givenName "Helena Wilhelmina"^^xsd:string ;
  schema:name "Helena Wilhelmina Wilson"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c13e6d0f-6839-da7d-5262-daa088e2054f"^^xsd:string ;
  schema:birthPlace "Paarl Kaap Kolonie"@nl ;
  schema:familyName "Wilson"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00szzw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ea41d340-1e8c-a40e-445a-d88e4c0735ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2831589> ;
  schema:birthDate "1878-10-25"^^xsd:date .

