@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_e33b5754-ec79-443f-a009-e10b6a2b08c2
  a a2a:Record ;
  rdfs:label "Overlijden op 27 december 1928 te De Punt (Vries)" ;
  a2a:hasPerson oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-7cf56e83-2e3f-4bf0-bafa-a2f05eba50da, oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-6c0f512d-0094-45e7-8a43-23900ba9feb2, oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-92d6673c-2bac-41fa-bc54-40169c834e9c, oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-e7045641-a995-4c25-a532-8f9f0dc6bf9b ;
  a2a:hasEvent oa:event_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_0, oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_1, oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_2 ;
  a2a:hasRelationPP oa:relationpp_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_0 ;
  a2a:hasSource oa:source_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2 .

oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-7cf56e83-2e3f-4bf0-bafa-a2f05eba50da
  a a2a:Person ;
  rdfs:label "Egbert Dussel" ;
  a2a:PersonName [
    rdfs:label "Egbert Dussel" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNameLastName "Dussel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-6c0f512d-0094-45e7-8a43-23900ba9feb2
  a a2a:Person ;
  rdfs:label "Fenna Buitkamp" ;
  a2a:PersonName [
    rdfs:label "Fenna Buitkamp" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNameLastName "Buitkamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-92d6673c-2bac-41fa-bc54-40169c834e9c
  a a2a:Person ;
  rdfs:label "Geessien Dussel" ;
  a2a:PersonName [
    rdfs:label "Geessien Dussel" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Dussel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "64 jaar" ;
    rdfs:label "64 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] .

oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person-e7045641-a995-4c25-a532-8f9f0dc6bf9b
  a a2a:Person ;
  rdfs:label "Frederik Ernest Dussel" ;
  a2a:PersonName [
    rdfs:label "Frederik Ernest Dussel" ;
    a2a:PersonNameFirstName "Frederik Ernest" ;
    a2a:PersonNameLastName "Dussel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1928" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1928-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Punt (Vries)" ;
    rdfs:label "De Punt (Vries)"
  ] .

oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person:6c0f512d-0094-45e7-8a43-23900ba9feb2 ;
  a2a:EventKeyRef oa:event_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Event1 .

oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person:92d6673c-2bac-41fa-bc54-40169c834e9c ;
  a2a:EventKeyRef oa:event_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Event1 .

oa:relationep_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person:e7045641-a995-4c25-a532-8f9f0dc6bf9b ;
  a2a:EventKeyRef oa:event_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Event1 .

oa:relationpp_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person:92d6673c-2bac-41fa-bc54-40169c834e9c, oa:person_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2_Person:7cf56e83-2e3f-4bf0-bafa-a2f05eba50da .

oa:source_dar_e33b5754-ec79-443f-a009-e10b6a2b08c2
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1928-12-28 - 1928-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1928-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1928-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1928" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1928-12-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1928, Periode: 1928" ;
    a2a:Book "Overlijdensregister Vries 1928" ;
    a2a:DocumentNumber "53" ;
    a2a:RegistryNumber "1928" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1928, Periode: 1928, Overlijdensregister Vries 1928, 53, 1928"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/dab00558-97fc-f3be-f9fb-bd6c69870819.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e33b5754-ec79-443f-a009-e10b6a2b08c2" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/dab00558-97fc-f3be-f9fb-bd6c69870819.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-05-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e33b5754-ec79-443f-a009-e10b6a2b08c2" ;
  a2a:RecordGUID "{e33b5754-ec79-443f-a009-e10b6a2b08c2}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1928" ;
  a2a:SourceRemarkregister_periode "1928" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_267_00000267.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1928-12-27" .
