@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_b2a13baf-b41b-4146-8e9f-e3b29cc29a41
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juli 1823 te Uffelte (Havelte)" ;
  a2a:hasPerson oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-5ea7bc85-cccd-4441-8219-dfebb1204013, oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-6b6d3e38-df09-45e2-97d8-5b79271a5279, oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-8744ddb1-432b-4d63-af94-7fa295159a97, oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-dc748301-dafe-4247-a0f0-806dc56f3283 ;
  a2a:hasEvent oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_0, oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_1, oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_2, oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_3 ;
  a2a:hasSource oa:source_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41 .

oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-5ea7bc85-cccd-4441-8219-dfebb1204013
  a a2a:Person ;
  rdfs:label "Lummegjen Egberts" ;
  a2a:PersonName [
    rdfs:label "Lummegjen Egberts" ;
    a2a:PersonNameFirstName "Lummegjen" ;
    a2a:PersonNameLastName "Egberts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-6b6d3e38-df09-45e2-97d8-5b79271a5279
  a a2a:Person ;
  rdfs:label "Jan Odie" ;
  a2a:PersonName [
    rdfs:label "Jan Odie" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Odie"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-8744ddb1-432b-4d63-af94-7fa295159a97
  a a2a:Person ;
  rdfs:label "Egbert Jans Odie" ;
  a2a:PersonName [
    rdfs:label "Egbert Jans Odie" ;
    a2a:PersonNameFirstName "Egbert Jans" ;
    a2a:PersonNameLastName "Odie"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1792" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1792-11-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person-dc748301-dafe-4247-a0f0-806dc56f3283
  a a2a:Person ;
  rdfs:label "Lutjen Bartelds Dorenbos" ;
  a2a:PersonName [
    rdfs:label "Lutjen Bartelds Dorenbos" ;
    a2a:PersonNameFirstName "Lutjen Bartelds" ;
    a2a:PersonNameLastName "Dorenbos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1823-07-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Uffelte (Havelte)" ;
    rdfs:label "Uffelte (Havelte)"
  ] .

oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person:5ea7bc85-cccd-4441-8219-dfebb1204013 ;
  a2a:EventKeyRef oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1 .

oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person:6b6d3e38-df09-45e2-97d8-5b79271a5279 ;
  a2a:EventKeyRef oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1 .

oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person:8744ddb1-432b-4d63-af94-7fa295159a97 ;
  a2a:EventKeyRef oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1 .

oa:relationep_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Person:dc748301-dafe-4247-a0f0-806dc56f3283 ;
  a2a:EventKeyRef oa:event_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41_Event1 .

oa:source_dar_b2a13baf-b41b-4146-8e9f-e3b29cc29a41
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte", "1823-07-03 - 1823-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1823-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1823, Periode: 1823" ;
    a2a:Book "Overlijdensregister Havelte 1823" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "1823" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1823, Periode: 1823, Overlijdensregister Havelte 1823, 18, 1823"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b9e24ef3-3784-83c5-f4bf-cadd5bb4219a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b2a13baf-b41b-4146-8e9f-e3b29cc29a41" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b9e24ef3-3784-83c5-f4bf-cadd5bb4219a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b2a13baf-b41b-4146-8e9f-e3b29cc29a41" ;
  a2a:RecordGUID "{b2a13baf-b41b-4146-8e9f-e3b29cc29a41}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1823" ;
  a2a:SourceRemarkregister_periode "1823" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_8006_00008006.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Uffelte (Havelte)" ;
  a2a:PersonRemarkdatum_overlijden "1823-07-01" .

