@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/b6sIkFG>
  schema:givenName "Annigje"^^xsd:string ;
  schema:name "Annigje Hoogendoorn"@nl ;
  schema:familyName "Hoogendoorn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a13e9eba-cb9d-db8d-678b-e9ec0e5c43f4"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b5cvv08> ;
  schema:spouse <https://n2t.net/ark:/60537/bCTmVus> ;
  schema:children <https://n2t.net/ark:/60537/buYM6HW> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2693083> .

