@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/bdxv5CU>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Kooi"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b7c881cd-0b84-9daf-595d-930a6eb176f0"^^xsd:string ;
  schema:familyName "Kooi"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bJY8GsS> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQqP5sa> ;
  schema:children <https://n2t.net/ark:/60537/bu8Y2ME> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2316225> .

