@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/bgshPWu>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Koolmees"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1a6411f-bc0f-e59b-1ef2-36efa0b76675"^^xsd:string ;
  schema:familyName "Koolmees"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f7gp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c109ce0f-5160-7f75-1851-34bf2f0d2064> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2569412> .

