@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/bp9aGkP>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Koos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/35ac86a3-1215-0471-991c-3d4aa9aad47a"^^xsd:string ;
  schema:familyName "Koos"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b8xHJ8y> ;
  schema:children <https://n2t.net/ark:/60537/bgshxWe> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/biJYoL6> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2247693> .

