@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/b1Sj69i>
  schema:givenName "Agatha"^^xsd:string ;
  schema:name "Agatha Rijkelijkhuizen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aea4fad4-e073-cd39-64dc-b8e5f5cd468c"^^xsd:string ;
  schema:familyName "Rijkelijkhuizen"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bM38xeP> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/boJLLrQ> ;
  schema:children <https://n2t.net/ark:/60537/bTXJm3C> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2376659> .

