@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/bGdyfSd>
  schema:givenName "Anne Klazes"^^xsd:string ;
  schema:name "Anne Klazes Koning"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/652521b8-cac3-6c31-b78f-23b4a365598f"^^xsd:string ;
  schema:familyName "Koning"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b9MTG1W> ;
  schema:children <https://n2t.net/ark:/60537/bqC4iDv> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bUaqcTX> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2108622> .

