@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_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082
  a a2a:Record ;
  rdfs:label "Overlijden op 2 mei 1873 te Voorde" ;
  a2a:hasPerson oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-e7a17666-c8e9-5cb2-9368-9d75b2edc94a, oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-567c5c74-0dda-3f15-18e9-81eb75614e7b, oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-8f9d8bc8-54e0-99a7-052e-6804098ef6c0, oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-6368bde4-8317-a766-f67b-4e0bdee0ae90, oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-036afab1-cef7-1daa-adb5-901fc826d2ba, oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-b556ec43-7281-38dd-1615-6275f14985be ;
  a2a:hasEvent oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 ;
  a2a:hasRelationEP oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_0, oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_1, oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_2, oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_3, oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_4, oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_5 ;
  a2a:hasSource oa:source_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082 .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-e7a17666-c8e9-5cb2-9368-9d75b2edc94a
  a a2a:Person ;
  rdfs:label "Lucien Begheyn" ;
  a2a:PersonName [
    rdfs:label "Lucien Begheyn" ;
    a2a:PersonNameFirstName "Lucien" ;
    a2a:PersonNameLastName "Begheyn"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "9 maand" ;
    rdfs:label "9 maand"
  ] .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-567c5c74-0dda-3f15-18e9-81eb75614e7b
  a a2a:Person ;
  rdfs:label "Frederick Goessens" ;
  a2a:PersonName [
    rdfs:label "Frederick Goessens" ;
    a2a:PersonNameFirstName "Frederick" ;
    a2a:PersonNameLastName "Goessens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-8f9d8bc8-54e0-99a7-052e-6804098ef6c0
  a a2a:Person ;
  rdfs:label "Jan Baptiste Vanderlinden" ;
  a2a:PersonName [
    rdfs:label "Jan Baptiste Vanderlinden" ;
    a2a:PersonNameFirstName "Jan Baptiste" ;
    a2a:PersonNameLastName "Vanderlinden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-6368bde4-8317-a766-f67b-4e0bdee0ae90
  a a2a:Person ;
  rdfs:label "Victor Désiré Ghislenus Begheyn" ;
  a2a:PersonName [
    rdfs:label "Victor Désiré Ghislenus Begheyn" ;
    a2a:PersonNameFirstName "Victor Désiré" ;
    a2a:PersonNameLastName "Ghislenus Begheyn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-036afab1-cef7-1daa-adb5-901fc826d2ba
  a a2a:Person ;
  rdfs:label "Marguerita Joanna- Camilla Coulon" ;
  a2a:PersonName [
    rdfs:label "Marguerita Joanna- Camilla Coulon" ;
    a2a:PersonNameFirstName "Marguerita Joanna- Camilla" ;
    a2a:PersonNameLastName "Coulon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person-b556ec43-7281-38dd-1615-6275f14985be
  a a2a:Person ;
  rdfs:label "Jan Baptiste Vanden Neucker" ;
  a2a:PersonName [
    rdfs:label "Jan Baptiste Vanden Neucker" ;
    a2a:PersonNameFirstName "Jan Baptiste" ;
    a2a:PersonNameLastName "Vanden Neucker"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1873-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorde" ;
    rdfs:label "Voorde"
  ] .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:e7a17666-c8e9-5cb2-9368-9d75b2edc94a ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:567c5c74-0dda-3f15-18e9-81eb75614e7b ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:8f9d8bc8-54e0-99a7-052e-6804098ef6c0 ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:6368bde4-8317-a766-f67b-4e0bdee0ae90 ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:036afab1-cef7-1daa-adb5-901fc826d2ba ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:relationep_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_5
  a a2a:RelationEP ;
  rdfs:label "other:Ambtenaar" ;
  a2a:RelationType "other:Ambtenaar" ;
  a2a:PersonKeyRef oa:person_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Person:b556ec43-7281-38dd-1615-6275f14985be ;
  a2a:EventKeyRef oa:event_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082_Event1 .

oa:source_den_6f3580f7-e446-4e1c-9f59-b31ebaf44082
  a a2a:Source ;
  rdfs:label "Erfgoedcel Denderland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Voorde" ;
    rdfs:label "Voorde", "1873-05-03 - 1873-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1873-05-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoedcel Denderland" ;
    a2a:Place "DENDERLAND" ;
    a2a:Book "Overlijdensakten 1873" ;
    a2a:DocumentNumber "12" ;
    rdfs:label "Erfgoedcel Denderland, DENDERLAND, Overlijdensakten 1873, 12"
  ] ;
  a2a:SourceLastChangeDate "2026-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://madeindenderland.be/voorouders/deeds/6f3580f7-e446-4e1c-9f59-b31ebaf44082" ;
  a2a:RecordGUID "{6f3580f7-e446-4e1c-9f59-b31ebaf44082}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_0_00000000.xml van DEN" .

[]
  a2a:PersonRemarkplaats_overlijden "Voorde" ;
  a2a:PersonRemarkdatum_overlijden "1873-05-02" .

[] a2a:PersonRemarkdiversen "Landbouwer" .
[] a2a:PersonRemarkdiversen "Molenaar" .
[] a2a:PersonRemarkdiversen "Kooplieden" .
[] a2a:PersonRemarkdiversen "Burgemeester" .
