@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bgRGEOy>
  schema:givenName "Adriana Helena"^^xsd:string ;
  schema:name "Adriana Helena van den Heuvel"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0274755f-96ec-6797-69aa-03b713d24ce0"^^xsd:string ;
  schema:familyName "van den Heuvel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sstb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1f8a6c3f-700b-2300-c90e-414f7c2d015c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1982655> ;
  schema:birthDate "1861-09-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Heuvel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

