@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_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54
  a a2a:Record ;
  rdfs:label "Overlijden op 12 augustus 1938 te Meppel" ;
  a2a:hasPerson oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-96390eab-ac2a-4c17-9372-60db9053d686, oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-b31348e8-5577-4094-9451-81b37e41e66e, oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-cf559fce-2e64-4158-805e-8a1a04b3d44a, oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-9de81909-b63a-406d-bd34-795a27f1787e ;
  a2a:hasEvent oa:event_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_0, oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_1, oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_2 ;
  a2a:hasRelationPP oa:relationpp_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_0 ;
  a2a:hasSource oa:source_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54 .

oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-96390eab-ac2a-4c17-9372-60db9053d686
  a a2a:Person ;
  rdfs:label "Egbert Uniken van der Tuuk" ;
  a2a:PersonName [
    rdfs:label "Egbert Uniken van der Tuuk" ;
    a2a:PersonNameFirstName "Egbert Uniken" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Tuuk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-b31348e8-5577-4094-9451-81b37e41e66e
  a a2a:Person ;
  rdfs:label "Johanna Marissen" ;
  a2a:PersonName [
    rdfs:label "Johanna Marissen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Marissen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-cf559fce-2e64-4158-805e-8a1a04b3d44a
  a a2a:Person ;
  rdfs:label "Grietiena Gezina Hadders" ;
  a2a:PersonName [
    rdfs:label "Grietiena Gezina Hadders" ;
    a2a:PersonNameFirstName "Grietiena Gezina" ;
    a2a:PersonNameLastName "Hadders"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67 jaar" ;
    rdfs:label "67 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] ;
  a2a:Profession "-" .

oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person-9de81909-b63a-406d-bd34-795a27f1787e
  a a2a:Person ;
  rdfs:label "Adolf Hadders" ;
  a2a:PersonName [
    rdfs:label "Adolf Hadders" ;
    a2a:PersonNameFirstName "Adolf" ;
    a2a:PersonNameLastName "Hadders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1938" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1938-08-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person:b31348e8-5577-4094-9451-81b37e41e66e ;
  a2a:EventKeyRef oa:event_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Event1 .

oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person:cf559fce-2e64-4158-805e-8a1a04b3d44a ;
  a2a:EventKeyRef oa:event_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Event1 .

oa:relationep_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person:9de81909-b63a-406d-bd34-795a27f1787e ;
  a2a:EventKeyRef oa:event_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Event1 .

oa:relationpp_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person:cf559fce-2e64-4158-805e-8a1a04b3d44a, oa:person_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54_Person:96390eab-ac2a-4c17-9372-60db9053d686 .

oa:source_dar_d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1938-08-13 - 1938-08-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1938-08-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1938-08-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1938" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1938-08-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1938, Periode: 1938" ;
    a2a:Book "Overlijdensregister Meppel 1938" ;
    a2a:DocumentNumber "105" ;
    a2a:RegistryNumber "1938" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1938, Periode: 1938, Overlijdensregister Meppel 1938, 105, 1938"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ee004970-451a-ee74-99cb-9810a2457e9c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ee004970-451a-ee74-99cb-9810a2457e9c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54" ;
  a2a:RecordGUID "{d9abbc88-fa83-417e-bd2d-b9b9bd6bcf54}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5300_00005300.xml van DAR" .

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