@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/bG0QMt6>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Jongeling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/904b6572-22ce-9787-759f-b267ad03a2bb"^^xsd:string ;
  schema:familyName "Jongeling"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/b3KCacE> ;
  schema:spouse <https://n2t.net/ark:/60537/bNVrBgQ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bywEFzA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2323830> .

