@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_8a49fa05-07e4-48eb-ae93-e21a39de2cf8
  a a2a:Record ;
  rdfs:label "Overlijden op 6 maart 1874 te Voorde" ;
  a2a:hasPerson oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-fa7638a6-ce6d-530b-a11e-7bc084d269f1, oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-5fdf5c49-772a-cc5d-53e4-c92494db3def, oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-19183c1c-50e9-39ea-b19c-f377d84b9a38, oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-5b4c8bc0-eebf-29ab-cd21-e64920387b22, oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-554cb730-b1d9-e407-edf7-35156ebfee03, oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-2bac0d39-8184-ebee-1aa2-3eb7f9d78b22 ;
  a2a:hasEvent oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 ;
  a2a:hasRelationEP oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_0, oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_1, oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_2, oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_3, oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_4, oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_5 ;
  a2a:hasSource oa:source_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8 .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-fa7638a6-ce6d-530b-a11e-7bc084d269f1
  a a2a:Person ;
  rdfs:label "Pelagia De Blander" ;
  a2a:PersonName [
    rdfs:label "Pelagia De Blander" ;
    a2a:PersonNameFirstName "Pelagia" ;
    a2a:PersonNameLastName "De Blander"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1" ;
    rdfs:label "1"
  ] .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-5fdf5c49-772a-cc5d-53e4-c92494db3def
  a a2a:Person ;
  rdfs:label "Livinus De Blander" ;
  a2a:PersonName [
    rdfs:label "Livinus De Blander" ;
    a2a:PersonNameFirstName "Livinus" ;
    a2a:PersonNameLastName "De Blander"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-19183c1c-50e9-39ea-b19c-f377d84b9a38
  a a2a:Person ;
  rdfs:label "Vital Plaisant" ;
  a2a:PersonName [
    rdfs:label "Vital Plaisant" ;
    a2a:PersonNameFirstName "Vital" ;
    a2a:PersonNameLastName "Plaisant"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-5b4c8bc0-eebf-29ab-cd21-e64920387b22
  a a2a:Person ;
  rdfs:label "Livinus De Blander" ;
  a2a:PersonName [
    rdfs:label "Livinus De Blander" ;
    a2a:PersonNameFirstName "Livinus" ;
    a2a:PersonNameLastName "De Blander"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-554cb730-b1d9-e407-edf7-35156ebfee03
  a a2a:Person ;
  rdfs:label "Angelina Berckmans" ;
  a2a:PersonName [
    rdfs:label "Angelina Berckmans" ;
    a2a:PersonNameFirstName "Angelina" ;
    a2a:PersonNameLastName "Berckmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person-2bac0d39-8184-ebee-1aa2-3eb7f9d78b22
  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_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1874-03-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorde" ;
    rdfs:label "Voorde"
  ] .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:fa7638a6-ce6d-530b-a11e-7bc084d269f1 ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:5fdf5c49-772a-cc5d-53e4-c92494db3def ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:19183c1c-50e9-39ea-b19c-f377d84b9a38 ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:5b4c8bc0-eebf-29ab-cd21-e64920387b22 ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:554cb730-b1d9-e407-edf7-35156ebfee03 ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:relationep_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_5
  a a2a:RelationEP ;
  rdfs:label "other:Ambtenaar" ;
  a2a:RelationType "other:Ambtenaar" ;
  a2a:PersonKeyRef oa:person_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Person:2bac0d39-8184-ebee-1aa2-3eb7f9d78b22 ;
  a2a:EventKeyRef oa:event_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8_Event1 .

oa:source_den_8a49fa05-07e4-48eb-ae93-e21a39de2cf8
  a a2a:Source ;
  rdfs:label "Erfgoedcel Denderland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Voorde" ;
    rdfs:label "Voorde", "1874-03-07 - 1874-03-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-03-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-03-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1874" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1874-03-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoedcel Denderland" ;
    a2a:Place "DENDERLAND" ;
    a2a:Book "Overlijdensakten 1874" ;
    a2a:DocumentNumber "5" ;
    rdfs:label "Erfgoedcel Denderland, DENDERLAND, Overlijdensakten 1874, 5"
  ] ;
  a2a:SourceLastChangeDate "2026-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://madeindenderland.be/voorouders/deeds/8a49fa05-07e4-48eb-ae93-e21a39de2cf8" ;
  a2a:RecordGUID "{8a49fa05-07e4-48eb-ae93-e21a39de2cf8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_0_00000000.xml van DEN" .

[]
  a2a:PersonRemarkplaats_overlijden "Voorde" ;
  a2a:PersonRemarkdatum_overlijden "1874-03-06" .

[] a2a:PersonRemarkdiversen "Dagloner" .
[] a2a:PersonRemarkdiversen "Landbouwer" .
[] a2a:PersonRemarkdiversen "Dagloner" .
[] a2a:PersonRemarkdiversen "Kantwerkster" .
[] a2a:PersonRemarkdiversen "Burgemeester" .
