@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_4a267151-2317-4cf8-8962-e082bb300a7b
  a a2a:Record ;
  rdfs:label "Overlijden op 28 maart 1944 te Zeijen" ;
  a2a:hasPerson oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-065aa237-5fd8-4a2b-9b83-c309c90a681f, oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-b33715e7-ee5e-46f1-9c00-c0fb7cec2a92, oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-150f3f9b-a709-457f-bda3-9d6a0cd1491e, oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-e4a9cfb3-9b97-4984-9b3e-7785a93c41ff ;
  a2a:hasEvent oa:event_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_0, oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_1, oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_2 ;
  a2a:hasRelationPP oa:relationpp_dar_4a267151-2317-4cf8-8962-e082bb300a7b_0 ;
  a2a:hasSource oa:source_dar_4a267151-2317-4cf8-8962-e082bb300a7b .

oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-065aa237-5fd8-4a2b-9b83-c309c90a681f
  a a2a:Person ;
  rdfs:label "Henderkien Dussel" ;
  a2a:PersonName [
    rdfs:label "Henderkien Dussel" ;
    a2a:PersonNameFirstName "Henderkien" ;
    a2a:PersonNameLastName "Dussel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] .

oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-b33715e7-ee5e-46f1-9c00-c0fb7cec2a92
  a a2a:Person ;
  rdfs:label "Berendje de Boer" ;
  a2a:PersonName [
    rdfs:label "Berendje de Boer" ;
    a2a:PersonNameFirstName "Berendje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-150f3f9b-a709-457f-bda3-9d6a0cd1491e
  a a2a:Person ;
  rdfs:label "Walter Willem Dussel" ;
  a2a:PersonName [
    rdfs:label "Walter Willem Dussel" ;
    a2a:PersonNameFirstName "Walter Willem" ;
    a2a:PersonNameLastName "Dussel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person-e4a9cfb3-9b97-4984-9b3e-7785a93c41ff
  a a2a:Person ;
  rdfs:label "Jan Gerrits Tinge" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrits Tinge" ;
    a2a:PersonNameFirstName "Jan Gerrits" ;
    a2a:PersonNameLastName "Tinge"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1944-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeijen" ;
    rdfs:label "Zeijen"
  ] .

oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person:065aa237-5fd8-4a2b-9b83-c309c90a681f ;
  a2a:EventKeyRef oa:event_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Event1 .

oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person:b33715e7-ee5e-46f1-9c00-c0fb7cec2a92 ;
  a2a:EventKeyRef oa:event_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Event1 .

oa:relationep_dar_4a267151-2317-4cf8-8962-e082bb300a7b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person:150f3f9b-a709-457f-bda3-9d6a0cd1491e ;
  a2a:EventKeyRef oa:event_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Event1 .

oa:relationpp_dar_4a267151-2317-4cf8-8962-e082bb300a7b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person:065aa237-5fd8-4a2b-9b83-c309c90a681f, oa:person_dar_4a267151-2317-4cf8-8962-e082bb300a7b_Person:e4a9cfb3-9b97-4984-9b3e-7785a93c41ff .

oa:source_dar_4a267151-2317-4cf8-8962-e082bb300a7b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1944-03-29 - 1944-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1944-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1944, Periode: 1944" ;
    a2a:Book "Overlijdensregister Vries 1944" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "1944" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1944, Periode: 1944, Overlijdensregister Vries 1944, 19, 1944"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/5aa2362f-f6ba-93cb-b372-723d8f603917.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4a267151-2317-4cf8-8962-e082bb300a7b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/5aa2362f-f6ba-93cb-b372-723d8f603917.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4a267151-2317-4cf8-8962-e082bb300a7b" ;
  a2a:RecordGUID "{4a267151-2317-4cf8-8962-e082bb300a7b}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1944" ;
  a2a:SourceRemarkregister_periode "1944" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_309_00000309.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1944-03-28" .
