@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/bHGrY2e>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Pieters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/346f894c-dcf9-8151-ddd6-c3c1a8847ec5"^^xsd:string ;
  schema:familyName "Pieters"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bHGrqEo> ;
  schema:children <https://n2t.net/ark:/60537/bPB1MR7> ;
  schema:spouse <https://n2t.net/ark:/60537/bzLR9dk> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2060172> .

