@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_09e89df2-a386-4e69-9d3c-50a979bba37c
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juli 1935 te Beilen" ;
  a2a:hasPerson oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-46d7e9c9-f990-438a-8220-519d80da7c4e, oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-44677cba-0453-4027-81fe-6d13a8671d0f, oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-d5b883ae-4ad1-4603-91d5-416d53c30117, oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-3b20de3d-2c53-47c6-9769-b9d107ff0b6b ;
  a2a:hasEvent oa:event_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_0, oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_1, oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_2 ;
  a2a:hasRelationPP oa:relationpp_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_0 ;
  a2a:hasSource oa:source_dar_09e89df2-a386-4e69-9d3c-50a979bba37c .

oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-46d7e9c9-f990-438a-8220-519d80da7c4e
  a a2a:Person ;
  rdfs:label "Albertha Huitzingh" ;
  a2a:PersonName [
    rdfs:label "Albertha Huitzingh" ;
    a2a:PersonNameFirstName "Albertha" ;
    a2a:PersonNameLastName "Huitzingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-44677cba-0453-4027-81fe-6d13a8671d0f
  a a2a:Person ;
  rdfs:label "Albert Deelman" ;
  a2a:PersonName [
    rdfs:label "Albert Deelman" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Deelman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "48 jaar" ;
    rdfs:label "48 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-d5b883ae-4ad1-4603-91d5-416d53c30117
  a a2a:Person ;
  rdfs:label "Engelbertus Deelman" ;
  a2a:PersonName [
    rdfs:label "Engelbertus Deelman" ;
    a2a:PersonNameFirstName "Engelbertus" ;
    a2a:PersonNameLastName "Deelman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person-3b20de3d-2c53-47c6-9769-b9d107ff0b6b
  a a2a:Person ;
  rdfs:label "Leentje Nannen" ;
  a2a:PersonName [
    rdfs:label "Leentje Nannen" ;
    a2a:PersonNameFirstName "Leentje" ;
    a2a:PersonNameLastName "Nannen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1935" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1935-07-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] .

oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person:46d7e9c9-f990-438a-8220-519d80da7c4e ;
  a2a:EventKeyRef oa:event_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Event1 .

oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person:44677cba-0453-4027-81fe-6d13a8671d0f ;
  a2a:EventKeyRef oa:event_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Event1 .

oa:relationep_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person:d5b883ae-4ad1-4603-91d5-416d53c30117 ;
  a2a:EventKeyRef oa:event_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Event1 .

oa:relationpp_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person:44677cba-0453-4027-81fe-6d13a8671d0f, oa:person_dar_09e89df2-a386-4e69-9d3c-50a979bba37c_Person:3b20de3d-2c53-47c6-9769-b9d107ff0b6b .

oa:source_dar_09e89df2-a386-4e69-9d3c-50a979bba37c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1935-07-29 - 1935-07-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-07-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-07-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1935" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1935-07-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1935, Periode: 1935" ;
    a2a:Book "Overlijdensregister Beilen 1935" ;
    a2a:DocumentNumber "54" ;
    a2a:RegistryNumber "1935" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1935, Periode: 1935, Overlijdensregister Beilen 1935, 54, 1935"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/66c5fefb-0aad-4ede-918d-32cd50873ede.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/09e89df2-a386-4e69-9d3c-50a979bba37c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/66c5fefb-0aad-4ede-918d-32cd50873ede.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/09e89df2-a386-4e69-9d3c-50a979bba37c" ;
  a2a:RecordGUID "{09e89df2-a386-4e69-9d3c-50a979bba37c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4282_00004282.xml van DAR" .

[] a2a:PersonRemarkdiversen "Opmerkingen: woonplaats Groningen" .
