@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/bIVEfiV>
  schema:givenName "Hillegonda"^^xsd:string ;
  schema:name "Hillegonda Kleuskes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f33d9293-c7af-4022-62f6-d188128774c7"^^xsd:string ;
  schema:familyName "Kleuskes"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bt6tCF4> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bW2Iqif> ;
  schema:children <https://n2t.net/ark:/60537/bYKOSXL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2282010> .

