@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/bGrfkTh>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Keppel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0661993f-a0ad-812f-a183-1aafbd4ff096"^^xsd:string ;
  schema:familyName "Keppel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b5CTLpn> ;
  schema:spouse <https://n2t.net/ark:/60537/bOkQ9MZ> ;
  schema:children <https://n2t.net/ark:/60537/bywFx4p> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2548798> .

