@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/bVDjrgh>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Modder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ce4a5c2-959c-3f9f-a1c1-b2abbdebcd57"^^xsd:string ;
  schema:familyName "Modder"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbFb9NB> ;
  schema:children <https://n2t.net/ark:/60537/bbsv0dh> ;
  schema:spouse <https://n2t.net/ark:/60537/bs3XXqf> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1998985> .

