@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/bo6GBat>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Kunsel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3fc08d70-0c2b-9278-23b4-0d1495c47e97"^^xsd:string ;
  schema:familyName "Kunsel"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bfc5MnK> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bmenJX9> ;
  schema:children <https://n2t.net/ark:/60537/bw1gq0J> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2588338> .

