@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_dar_5babc207-46c8-4e90-84df-68e76b3a17a8
  a a2a:Record ;
  rdfs:label "Overlijden op 14 april 1869 te Roden" ;
  a2a:hasPerson oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-d1afc4ee-01d5-49bb-acad-bc252cc831bc, oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-c2981164-d42d-4116-a063-085f039ed624, oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-5a565fec-0d0b-4938-9218-ab7b661644d4, oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-e651f796-7968-4631-a8d3-361ff1fdcde8 ;
  a2a:hasEvent oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_0, oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_1, oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_2, oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_3 ;
  a2a:hasSource oa:source_dar_5babc207-46c8-4e90-84df-68e76b3a17a8 .

oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-d1afc4ee-01d5-49bb-acad-bc252cc831bc
  a a2a:Person ;
  rdfs:label "Roelfien" ;
  a2a:PersonName [
    rdfs:label "Roelfien" ;
    a2a:PersonNameFirstName "Roelfien"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-c2981164-d42d-4116-a063-085f039ed624
  a a2a:Person ;
  rdfs:label "Albert Meiering" ;
  a2a:PersonName [
    rdfs:label "Albert Meiering" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Meiering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-5a565fec-0d0b-4938-9218-ab7b661644d4
  a a2a:Person ;
  rdfs:label "Willem Alberts Meiering" ;
  a2a:PersonName [
    rdfs:label "Willem Alberts Meiering" ;
    a2a:PersonNameFirstName "Willem Alberts" ;
    a2a:PersonNameLastName "Meiering"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar en 1 maand" ;
    rdfs:label "70 jaar en 1 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1799" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1799-03-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person-e651f796-7968-4631-a8d3-361ff1fdcde8
  a a2a:Person ;
  rdfs:label "Geessien Arends Bazuin" ;
  a2a:PersonName [
    rdfs:label "Geessien Arends Bazuin" ;
    a2a:PersonNameFirstName "Geessien Arends" ;
    a2a:PersonNameLastName "Bazuin"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1869" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1869-04-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person:d1afc4ee-01d5-49bb-acad-bc252cc831bc ;
  a2a:EventKeyRef oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1 .

oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person:c2981164-d42d-4116-a063-085f039ed624 ;
  a2a:EventKeyRef oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1 .

oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person:5a565fec-0d0b-4938-9218-ab7b661644d4 ;
  a2a:EventKeyRef oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1 .

oa:relationep_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_3
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenote" ;
  a2a:RelationType "other:Overleden echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Person:e651f796-7968-4631-a8d3-361ff1fdcde8 ;
  a2a:EventKeyRef oa:event_dar_5babc207-46c8-4e90-84df-68e76b3a17a8_Event1 .

oa:source_dar_5babc207-46c8-4e90-84df-68e76b3a17a8
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1869-04-15 - 1869-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1869" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1869-04-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1869, Periode: 1869" ;
    a2a:Book "Overlijdensregister Roden 1869" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "1869" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1869, Periode: 1869, Overlijdensregister Roden 1869, 24, 1869"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/22f0df51-ef1f-af1a-1669-96f1585e4aa1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5babc207-46c8-4e90-84df-68e76b3a17a8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/22f0df51-ef1f-af1a-1669-96f1585e4aa1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5babc207-46c8-4e90-84df-68e76b3a17a8" ;
  a2a:RecordGUID "{5babc207-46c8-4e90-84df-68e76b3a17a8}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1869" ;
  a2a:SourceRemarkregister_periode "1869" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_8457_00008457.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkplaats_overlijden "Roden" ;
  a2a:PersonRemarkdatum_overlijden "1869-04-14" .

