@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/bngSVhL>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Kuiper"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0617605-0e2e-c4b8-1944-bb4089dda38d"^^xsd:string ;
  schema:familyName "Kuiper"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bD63yTj> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bNw1Loe> ;
  schema:spouse <https://n2t.net/ark:/60537/bQDxIGK> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2639453> .

