@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/b2vq1Pb>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Zorg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b560d7d2-65f4-18b3-49e2-0357f88fc4c5"^^xsd:string ;
  schema:familyName "Zorg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bFBrJwe> ;
  schema:children <https://n2t.net/ark:/60537/bi6SYZL> ;
  schema:spouse <https://n2t.net/ark:/60537/bMGesTo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2257069> .

