@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/bG0QG9h>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Korten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/318fcd66-e6c5-7d6d-70c5-4fdf6936ae9b"^^xsd:string ;
  schema:familyName "Korten"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bNVruXQ> ;
  schema:spouse <https://n2t.net/ark:/60537/bVQ1iLI> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWt6JVV> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2211119> .

