@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/bpzzTeC>
  schema:familyName "Agterhorst"^^xsd:string ;
  schema:givenName "Fenna"^^xsd:string ;
  schema:name "Fenna Agterhorst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9174fd7c-b32b-36c3-9165-9dd621451828"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b8X5W2u> ;
  schema:children <https://n2t.net/ark:/60537/bgRGKRd> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQQdk5j> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2087100> .

