@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_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1
  a a2a:Record ;
  rdfs:label "Overlijden op 22 mei 1964 te Emmen" ;
  a2a:hasPerson oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-5b5ee85e-afd7-4cd0-6b2a-fa49e8384b09, oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-57faf6df-262c-41d6-694f-a4bc94cf3d2f, oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-995aed9b-cbd1-01d7-4def-a73c6a5085d8, oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-1e08b0ad-08f6-372d-6f3c-912eb70b4bfd ;
  a2a:hasEvent oa:event_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_0, oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_1, oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_2 ;
  a2a:hasRelationPP oa:relationpp_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_0 ;
  a2a:hasSource oa:source_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1 .

oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-5b5ee85e-afd7-4cd0-6b2a-fa49e8384b09
  a a2a:Person ;
  rdfs:label "Harm Roelof Koster" ;
  a2a:PersonName [
    rdfs:label "Harm Roelof Koster" ;
    a2a:PersonNameFirstName "Harm Roelof" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-57faf6df-262c-41d6-694f-a4bc94cf3d2f
  a a2a:Person ;
  rdfs:label "Reinder Prummel" ;
  a2a:PersonName [
    rdfs:label "Reinder Prummel" ;
    a2a:PersonNameFirstName "Reinder" ;
    a2a:PersonNameLastName "Prummel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-995aed9b-cbd1-01d7-4def-a73c6a5085d8
  a a2a:Person ;
  rdfs:label "Aafjen Duut" ;
  a2a:PersonName [
    rdfs:label "Aafjen Duut" ;
    a2a:PersonNameFirstName "Aafjen" ;
    a2a:PersonNameLastName "Duut"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person-1e08b0ad-08f6-372d-6f3c-912eb70b4bfd
  a a2a:Person ;
  rdfs:label "Aaffina Roelfina Weija Prummel" ;
  a2a:PersonName [
    rdfs:label "Aaffina Roelfina Weija Prummel" ;
    a2a:PersonNameFirstName "Aaffina Roelfina Weija" ;
    a2a:PersonNameLastName "Prummel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] .

oa:event_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1964" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1964-05-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person:57faf6df-262c-41d6-694f-a4bc94cf3d2f ;
  a2a:EventKeyRef oa:event_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Event1 .

oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person:995aed9b-cbd1-01d7-4def-a73c6a5085d8 ;
  a2a:EventKeyRef oa:event_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Event1 .

oa:relationep_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person:1e08b0ad-08f6-372d-6f3c-912eb70b4bfd ;
  a2a:EventKeyRef oa:event_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Event1 .

oa:relationpp_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person:1e08b0ad-08f6-372d-6f3c-912eb70b4bfd, oa:person_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1_Person:5b5ee85e-afd7-4cd0-6b2a-fa49e8384b09 .

oa:source_dar_6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1964-05-22 - 1964-05-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1964-05-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1964-05-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1964" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1964-05-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1964, Periode: 1964" ;
    a2a:Book "Overlijdensregister Emmen 1964" ;
    a2a:DocumentNumber "200" ;
    a2a:RegistryNumber "1964" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1964, Periode: 1964, Overlijdensregister Emmen 1964, 200, 1964"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/97f54d50-ab8d-d03d-5f24-1177e0848bf3.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/97f54d50-ab8d-d03d-5f24-1177e0848bf3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1" ;
  a2a:RecordGUID "{6300bc3c-301c-c8a1-2b2d-0ebfc9d49ab1}" ;
  a2a:SourceRemarkdeel "1964" ;
  a2a:SourceRemarkregister_periode "1964" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_184_00000184.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Emmen" ;
  a2a:PersonRemarkdatum_overlijden "1964-05-22" .

