@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/byW3R3A>
  schema:givenName "Elisabeth Huigje"^^xsd:string ;
  schema:name "Elisabeth Huigje Moerkerk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9f789805-c508-5258-f9b9-cc3f30f106ed"^^xsd:string ;
  schema:familyName "Moerkerk"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b2hIALz> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDVQsaP> ;
  schema:children <https://n2t.net/ark:/60537/bi6Tdom> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2513868> .

