@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/b1SiHFJ>
  schema:givenName "Helena Elizabeth"^^xsd:string ;
  schema:name "Helena Elizabeth Kuster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b4ea6526-2ab7-6fbf-e314-8308273f8983"^^xsd:string ;
  schema:familyName "Kuster"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0114zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/15207ca8-f551-85be-e36c-5c36a6d13c84> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/645996> ;
  schema:birthDate "1894-01-09"^^xsd:date .

