@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/boWtTYK>
  schema:givenName "Hester"^^xsd:string ;
  schema:name "Hester Olmans"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4533dd17-4ef6-4c40-a7ee-50b42d7c84cc"^^xsd:string ;
  schema:familyName "Olmans"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEyWgJf> ;
  schema:children <https://n2t.net/ark:/60537/bEyWRa3> ;
  schema:spouse <https://n2t.net/ark:/60537/bUo7uO0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2141697> .

