@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_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269
  a a2a:Record ;
  rdfs:label "Overlijden op 28 januari 1989 te Zele" ;
  a2a:hasPerson oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person1, oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person2, oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person3, oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person4 ;
  a2a:hasEvent oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1 ;
  a2a:hasRelationEP oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_0, oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_1, oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_2, oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_3 ;
  a2a:hasSource oa:source_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269 .

oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person1
  a a2a:Person ;
  rdfs:label "Leon Tackaert" ;
  a2a:PersonName [
    rdfs:label "Leon Tackaert" ;
    a2a:PersonNameFirstName "Leon" ;
    a2a:PersonNameLastName "Tackaert"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1908-10-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zele" ;
    rdfs:label "Zele"
  ] .

oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person2
  a a2a:Person ;
  rdfs:label "Augusta Melania Van Osselaer" ;
  a2a:PersonName [
    rdfs:label "Augusta Melania Van Osselaer" ;
    a2a:PersonNameFirstName "Augusta Melania" ;
    a2a:PersonNameLastName "Van Osselaer"
  ] .

oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person3
  a a2a:Person ;
  rdfs:label "Joannes Basilius Tackaert" ;
  a2a:PersonName [
    rdfs:label "Joannes Basilius Tackaert" ;
    a2a:PersonNameFirstName "Joannes Basilius" ;
    a2a:PersonNameLastName "Tackaert"
  ] .

oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person4
  a a2a:Person ;
  rdfs:label "Ursulia Elodia Baeyens" ;
  a2a:PersonName [
    rdfs:label "Ursulia Elodia Baeyens" ;
    a2a:PersonNameFirstName "Ursulia Elodia" ;
    a2a:PersonNameLastName "Baeyens"
  ] .

oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1989" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1989-01-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zele" ;
    rdfs:label "Zele"
  ] .

oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person1 ;
  a2a:EventKeyRef oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1 .

oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person2 ;
  a2a:EventKeyRef oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1 .

oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person3 ;
  a2a:EventKeyRef oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1 .

oa:relationep_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Person4 ;
  a2a:EventKeyRef oa:event_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269_Event1 .

oa:source_ind_e9b7b5aa-0ec4-32fc-e734-0068e9905269
  a a2a:Source ;
  rdfs:label "Indeken.be, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "België" ;
    rdfs:label "België", "1800-01-01 - 2025-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2025-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Indeken.be" ;
    rdfs:label "Indeken.be"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.indeken.be/images/prentjes/5353_a.JPG"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.indeken.be/bidprent/detail/5353" ;
  a2a:RecordIdentifier "5353" ;
  a2a:RecordGUID "{e9b7b5aa-0ec4-32fc-e734-0068e9905269}" ;
  a2a:SourceRemarkProvenance "Bidprentjes-database Indeken.be (privéverzameling); gescrapet van https://www.indeken.be/bidprentjes/ (resultatenpagina's per letter A..Z + detailpagina's), HTML naar CSV naar A2A" .

