@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/bGQEX8I>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Jongeling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/987076df-4fa1-ba89-84ec-0b5e68245b2a"^^xsd:string ;
  schema:familyName "Jongeling"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bOLeLZZ> ;
  schema:spouse <https://n2t.net/ark:/60537/breaZXJ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxGR9fJ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2823129> .

