@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/bgeAKyT>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Kolster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a7e1ce18-d757-f7c6-6fb9-1db9d2d74888"^^xsd:string ;
  schema:familyName "Kolster"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bp9azkz> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/buYL0MG> ;
  schema:children <https://n2t.net/ark:/60537/bx3Lo9u> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2122789> .

