@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/brrSkXk>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Middelkoop"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f05542c3-dec6-b2ec-e7ce-1b54fd344e07"^^xsd:string ;
  schema:familyName "Middelkoop"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018vq0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a442216a-e11b-6618-02d8-df244f398c7c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2457854> ;
  schema:birthDate "1901-10-07"^^xsd:date .

