@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/breaQOk>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Vetter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0313558-f80a-0e60-5f51-32fc2a90f922"^^xsd:string ;
  schema:familyName "Vetter"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/baq0dc5> ;
  schema:spouse <https://n2t.net/ark:/60537/bijB20O> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqbFGnz> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2659536> .

