@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bDVQNc0>
  pico:hasAge "27"^^xsd:string ;
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Meijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/41813fc1-1b2c-0ff8-d2f8-14c664e88386"^^xsd:string ;
  schema:familyName "Meijer"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bLQrC14> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnuzyvY> ;
  schema:spouse <https://n2t.net/ark:/60537/bw1fYod> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2112559> .

