@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_9fab49ca-e4f5-4aff-ae76-c185663285ee
  a a2a:Record ;
  rdfs:label "Overlijden op 11 september 1953 te Emmen" ;
  a2a:hasPerson oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-4ea43afa-2c37-4001-91ab-1d861195b5ac, oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-9148f03d-b560-49db-98aa-f7533c892481, oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-8020a53e-00cd-4549-b690-b54ab32d1eb5, oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-92dc6338-8fa0-43a1-91ce-02c750d9b1c8 ;
  a2a:hasEvent oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_0, oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_1, oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_2, oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_3 ;
  a2a:hasSource oa:source_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee .

oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-4ea43afa-2c37-4001-91ab-1d861195b5ac
  a a2a:Person ;
  rdfs:label "Geeske Harms Lanting" ;
  a2a:PersonName [
    rdfs:label "Geeske Harms Lanting" ;
    a2a:PersonNameFirstName "Geeske Harms" ;
    a2a:PersonNameLastName "Lanting"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-9148f03d-b560-49db-98aa-f7533c892481
  a a2a:Person ;
  rdfs:label "Elisabeth Harmanna Dekker" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Harmanna Dekker" ;
    a2a:PersonNameFirstName "Elisabeth Harmanna" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-8020a53e-00cd-4549-b690-b54ab32d1eb5
  a a2a:Person ;
  rdfs:label "Albert Fongers" ;
  a2a:PersonName [
    rdfs:label "Albert Fongers" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Fongers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person-92dc6338-8fa0-43a1-91ce-02c750d9b1c8
  a a2a:Person ;
  rdfs:label "Harm Fongers" ;
  a2a:PersonName [
    rdfs:label "Harm Fongers" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Fongers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kantens" ;
    rdfs:label "Kantens"
  ] ;
  a2a:Profession "zonder" .

oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1953-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person:4ea43afa-2c37-4001-91ab-1d861195b5ac ;
  a2a:EventKeyRef oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1 .

oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_1
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenote" ;
  a2a:RelationType "other:Overleden echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person:9148f03d-b560-49db-98aa-f7533c892481 ;
  a2a:EventKeyRef oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1 .

oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person:8020a53e-00cd-4549-b690-b54ab32d1eb5 ;
  a2a:EventKeyRef oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1 .

oa:relationep_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Person:92dc6338-8fa0-43a1-91ce-02c750d9b1c8 ;
  a2a:EventKeyRef oa:event_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee_Event1 .

oa:source_dar_9fab49ca-e4f5-4aff-ae76-c185663285ee
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1953-09-12 - 1953-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1953-09-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Uittreksel, Deel: 1953, Periode: 1953" ;
    a2a:Book "Overlijdensregister Emmen 1953" ;
    a2a:DocumentNumber "311" ;
    a2a:RegistryNumber "1953" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Uittreksel, Deel: 1953, Periode: 1953, Overlijdensregister Emmen 1953, 311, 1953"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/89fdf2a0-c0de-6012-00a5-f3ed8a9f3841.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9fab49ca-e4f5-4aff-ae76-c185663285ee" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/89fdf2a0-c0de-6012-00a5-f3ed8a9f3841.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9fab49ca-e4f5-4aff-ae76-c185663285ee" ;
  a2a:RecordGUID "{9fab49ca-e4f5-4aff-ae76-c185663285ee}" ;
  a2a:SourceRemarkbron "Uittreksel" ;
  a2a:SourceRemarkdeel "1953" ;
  a2a:SourceRemarkregister_periode "1953" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6920_00006920.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Opmerkingen: woonplaats Middelstum" ;
  a2a:PersonRemarkplaats_overlijden "Emmen" ;
  a2a:PersonRemarkdatum_overlijden "1953-09-11" .

