@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/bjn4OrJ>
  schema:givenName "Anna Cornelia"^^xsd:string ;
  schema:name "Anna Cornelia Vergouwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/66bdb20c-12f8-a382-64d4-ead82b72d45d"^^xsd:string ;
  schema:familyName "Vergouwen"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bbsuZDR> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bkpzH3h> ;
  schema:spouse <https://n2t.net/ark:/60537/bsgFDh2> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1988448> .

