@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hkv_02443eea-e7fe-bce9-8902-351bac911e7a
  a a2a:Record ;
  rdfs:label "Overlijden op 14 december 1941 te Veghel" ;
  a2a:hasPerson oa:person_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Person1 ;
  a2a:hasEvent oa:event_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Event1 ;
  a2a:hasRelationEP oa:relationep_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_0 ;
  a2a:hasSource oa:source_hkv_02443eea-e7fe-bce9-8902-351bac911e7a .

oa:person_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Person1
  a a2a:Person ;
  rdfs:label "Adriana Cornelia (Zuster Maria Valentina) Versantvoort" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia (Zuster Maria Valentina) Versantvoort" ;
    a2a:PersonNameFirstName "Adriana Cornelia (Zuster Maria Valentina)" ;
    a2a:PersonNameLastName "Versantvoort"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1907-04-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Son" ;
    rdfs:label "Son"
  ] .

oa:event_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1941-12-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] .

oa:relationep_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Person1 ;
  a2a:EventKeyRef oa:event_hkv_02443eea-e7fe-bce9-8902-351bac911e7a_Event1 .

oa:source_hkv_02443eea-e7fe-bce9-8902-351bac911e7a
  a a2a:Source ;
  rdfs:label "Heemkundekring Vehchele, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Heemkundekring Vehchele" ;
    rdfs:label "Heemkundekring Vehchele"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/enb_100/deepzoom/4daa7feb-5a41-62e6-7d1f-c60365894dbc.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_100/thumb/500x500/4daa7feb-5a41-62e6-7d1f-c60365894dbc.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/enb_100/deepzoom/a10f5d19-1de5-0f1e-905e-7c109e6e8076.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_100/thumb/500x500/a10f5d19-1de5-0f1e-905e-7c109e6e8076.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://vehchele.nl/collectie/bidprentjes-vehchele/?diw-id=brabantcloud_enb-100-bidprentje_enb-100.bidprentje-9d916208-d341-4332-52ca-0bcfeb16b70a-02443eea-e7fe-bce9-8902-351bac911e7a" ;
  a2a:RecordIdentifier "GFR000347D" ;
  a2a:RecordGUID "{02443eea-e7fe-bce9-8902-351bac911e7a}" ;
  a2a:SourceRemarkProvenance "http://data.brabantcloud.nl/api/search/v1/?format=json&q=delving_spec:enb-100-bidprentje fetch_data_brabant_cloud csv2a2a" .

