@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/bNIJK7J>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Mettinggang"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52bab7c5-646c-aeab-465d-413af7402eed"^^xsd:string ;
  schema:familyName "Mettinggang"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bNIJK7J> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvBR3pq> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2132028> .

