@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/bgEZsMb>
  schema:givenName "Helena Johanna"^^xsd:string ;
  schema:name "Helena Johanna Hulst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb9127a8-ac00-6ffc-d302-fdbe4011c98b"^^xsd:string ;
  schema:familyName "Hulst"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b8KpDYt> ;
  schema:spouse <https://n2t.net/ark:/60537/bpzAgDE> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/btJz9aI> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2504853> .

