@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_e22bc78a-9a7f-42f8-943e-b6db7ede1663
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juni 1918 te Meppel" ;
  a2a:hasPerson oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-d44f6cd1-220d-4035-b3e5-31f76e9d328f, oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-16cbf5ef-6f9c-4f3b-9d75-4d800d5309df, oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-365df56c-ff9d-48cf-8637-c858c35bd1f6, oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-950570c2-4f53-494b-87a4-b411986eaf08 ;
  a2a:hasEvent oa:event_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_0, oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_1, oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_2 ;
  a2a:hasRelationPP oa:relationpp_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_0 ;
  a2a:hasSource oa:source_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663 .

oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-d44f6cd1-220d-4035-b3e5-31f76e9d328f
  a a2a:Person ;
  rdfs:label "Derk de Boer" ;
  a2a:PersonName [
    rdfs:label "Derk de Boer" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-16cbf5ef-6f9c-4f3b-9d75-4d800d5309df
  a a2a:Person ;
  rdfs:label "Trijntje Gerrits" ;
  a2a:PersonName [
    rdfs:label "Trijntje Gerrits" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-365df56c-ff9d-48cf-8637-c858c35bd1f6
  a a2a:Person ;
  rdfs:label "Aaltje Buter" ;
  a2a:PersonName [
    rdfs:label "Aaltje Buter" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Buter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1841-08-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwartsluis" ;
    rdfs:label "Zwartsluis"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person-950570c2-4f53-494b-87a4-b411986eaf08
  a a2a:Person ;
  rdfs:label "Roelof Buter" ;
  a2a:PersonName [
    rdfs:label "Roelof Buter" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Buter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1918-06-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person:16cbf5ef-6f9c-4f3b-9d75-4d800d5309df ;
  a2a:EventKeyRef oa:event_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Event1 .

oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person:365df56c-ff9d-48cf-8637-c858c35bd1f6 ;
  a2a:EventKeyRef oa:event_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Event1 .

oa:relationep_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person:950570c2-4f53-494b-87a4-b411986eaf08 ;
  a2a:EventKeyRef oa:event_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Event1 .

oa:relationpp_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person:365df56c-ff9d-48cf-8637-c858c35bd1f6, oa:person_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663_Person:d44f6cd1-220d-4035-b3e5-31f76e9d328f .

oa:source_dar_e22bc78a-9a7f-42f8-943e-b6db7ede1663
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1918-06-27 - 1918-06-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-06-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-06-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "6" ;
    a2a:Day "27" ;
    rdfs:label "1918-06-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1918, Periode: 1918" ;
    a2a:Book "Overlijdensregister Meppel 1918" ;
    a2a:DocumentNumber "81" ;
    a2a:RegistryNumber "1918" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1918, Periode: 1918, Overlijdensregister Meppel 1918, 81, 1918"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/0bc2ab8f-5950-6b12-1e2b-537bbe66fe36.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e22bc78a-9a7f-42f8-943e-b6db7ede1663" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/0bc2ab8f-5950-6b12-1e2b-537bbe66fe36.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e22bc78a-9a7f-42f8-943e-b6db7ede1663" ;
  a2a:RecordGUID "{e22bc78a-9a7f-42f8-943e-b6db7ede1663}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6316_00006316.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
