@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/bMGeBvh>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Meij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57e856d6-e0d9-7d47-de44-eeff3e8e4d48"^^xsd:string ;
  schema:familyName "Meij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b87hPj0> ;
  schema:children <https://n2t.net/ark:/60537/bELEMHq> ;
  schema:spouse <https://n2t.net/ark:/60537/bUAPqi0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2411112> .

