@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/bXhVxHI>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Jaspers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7b862d7c-02a6-a801-87e3-082e2d94dc7c"^^xsd:string ;
  schema:familyName "Jaspers"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bHtKU1w> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpYXz9E> ;
  schema:spouse <https://n2t.net/ark:/60537/brEAgq5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2725561> .

