@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/bjzN10W>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Murk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/084f4f7e-ef15-54f8-b621-175f75d7dee4"^^xsd:string ;
  schema:familyName "Murk"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bsunPOt> ;
  schema:spouse <https://n2t.net/ark:/60537/bVQ1Dae> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bX5cYfh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2558383> .

