@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_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2
  a a2a:Record ;
  rdfs:label "Overlijden op 23 november 1831 te Lommel" ;
  a2a:hasPerson oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person1, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person2, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person3, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person9, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person10 ;
  a2a:hasEvent oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 ;
  a2a:hasRelationEP oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_0, oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_1, oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_2, oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_3, oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_4 ;
  a2a:hasRelationPP oa:relationpp_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_0, oa:relationpp_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_1 ;
  a2a:hasSource oa:source_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2 .

oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person1
  a a2a:Person ;
  rdfs:label "Jean Jacques Van Buel" ;
  a2a:PersonName [
    rdfs:label "Jean Jacques Van Buel" ;
    a2a:PersonNameFirstName "Jean Jacques" ;
    a2a:PersonNameLastName "Van Buel"
  ] ;
  a2a:Age [
    a2a:PersonAgeDays "13" ;
    rdfs:label "13"
  ] ;
  a2a:BirthDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1831-11-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person2
  a a2a:Person ;
  rdfs:label "Matthieu Van Buel" ;
  a2a:PersonName [
    rdfs:label "Matthieu Van Buel" ;
    a2a:PersonNameFirstName "Matthieu" ;
    a2a:PersonNameLastName "Van Buel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person3
  a a2a:Person ;
  rdfs:label "Jeanne Marie Driesmans" ;
  a2a:PersonName [
    rdfs:label "Jeanne Marie Driesmans" ;
    a2a:PersonNameFirstName "Jeanne Marie" ;
    a2a:PersonNameLastName "Driesmans"
  ] .

oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person9
  a a2a:Person ;
  rdfs:label "Matthieu Van Buel" ;
  a2a:PersonName [
    rdfs:label "Matthieu Van Buel" ;
    a2a:PersonNameFirstName "Matthieu" ;
    a2a:PersonNameLastName "Van Buel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person10
  a a2a:Person ;
  rdfs:label "Adrien Van Endert" ;
  a2a:PersonName [
    rdfs:label "Adrien Van Endert" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Van Endert"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1831-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person1 ;
  a2a:EventKeyRef oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 .

oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person2 ;
  a2a:EventKeyRef oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 .

oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person3 ;
  a2a:EventKeyRef oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 .

oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_3
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person9 ;
  a2a:EventKeyRef oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 .

oa:relationep_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_4
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person10 ;
  a2a:EventKeyRef oa:event_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Event1 .

oa:relationpp_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_0
  a a2a:RelationPP ;
  rdfs:label "other:Vader" ;
  a2a:RelationType "other:Vader" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person9, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person1 .

oa:relationpp_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_1
  a a2a:RelationPP ;
  rdfs:label "other:Buurman" ;
  a2a:RelationType "other:Buurman" ;
  a2a:PersonKeyRef oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person10, oa:person_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2_Person1 .

oa:source_sla_25FB77DB-01D2-4CD3-8570-FD703B0668D2
  a a2a:Source ;
  rdfs:label "Stad Lommel - Archiefdienst, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel", "1831-11-23 - 1831-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1831" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1831-11-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stad Lommel - Archiefdienst" ;
    a2a:Place "Lommel" ;
    a2a:Book "Geboorte-, Huwelijks- en Overlijdensregister Lommel 1831" ;
    a2a:DocumentNumber "0117" ;
    a2a:Folio "38-v" ;
    rdfs:label "Stad Lommel - Archiefdienst, Lommel, Geboorte-, Huwelijks- en Overlijdensregister Lommel 1831, 0117, 38-v"
  ] ;
  a2a:SourceLastChangeDate "2019-04-27"^^xsd:date ;
  a2a:RecordGUID "{25FB77DB-01D2-4CD3-8570-FD703B0668D2}" ;
  a2a:SourceRemarkProvenance "A2Acollection Burgerlijke stand overlijden.xml van SLA" .

