@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/b2511yd>
  schema:familyName "Ester"^^xsd:string ;
  schema:givenName "Hilligje"^^xsd:string ;
  schema:name "Hilligje Ester"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5f0173ea-e8da-df58-a2d0-42f439cab3aa"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bKNVVD7> ;
  schema:spouse <https://n2t.net/ark:/60537/bMty82V> ;
  schema:children <https://n2t.net/ark:/60537/bwEnvny> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2642386> .

