@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_3c8f7fce-428a-4e8f-b10a-caba27733316
  a a2a:Record ;
  rdfs:label "Overlijden op 5 juli 1842 te Diever" ;
  a2a:hasPerson oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-47ecea5d-0406-4d43-8379-f3897e5754c9, oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-f7834367-618f-48b9-9cc2-03378ce8dd15, oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-3c29c409-8510-46fe-94c0-7818c6078615 ;
  a2a:hasEvent oa:event_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_0, oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_1, oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_2 ;
  a2a:hasSource oa:source_dar_3c8f7fce-428a-4e8f-b10a-caba27733316 .

oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-47ecea5d-0406-4d43-8379-f3897e5754c9
  a a2a:Person ;
  rdfs:label "Annigje Hendriks Wever" ;
  a2a:PersonName [
    rdfs:label "Annigje Hendriks Wever" ;
    a2a:PersonNameFirstName "Annigje Hendriks" ;
    a2a:PersonNameLastName "Wever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-f7834367-618f-48b9-9cc2-03378ce8dd15
  a a2a:Person ;
  rdfs:label "Gerrit Willems Schoenmaker" ;
  a2a:PersonName [
    rdfs:label "Gerrit Willems Schoenmaker" ;
    a2a:PersonNameFirstName "Gerrit Willems" ;
    a2a:PersonNameLastName "Schoenmaker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "8 jaar" ;
    rdfs:label "8 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1833-09-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person-3c29c409-8510-46fe-94c0-7818c6078615
  a a2a:Person ;
  rdfs:label "Willem Gerrits Schoenmaker" ;
  a2a:PersonName [
    rdfs:label "Willem Gerrits Schoenmaker" ;
    a2a:PersonNameFirstName "Willem Gerrits" ;
    a2a:PersonNameLastName "Schoenmaker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1842-07-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever"
  ] .

oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person:47ecea5d-0406-4d43-8379-f3897e5754c9 ;
  a2a:EventKeyRef oa:event_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Event1 .

oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person:f7834367-618f-48b9-9cc2-03378ce8dd15 ;
  a2a:EventKeyRef oa:event_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Event1 .

oa:relationep_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Person:3c29c409-8510-46fe-94c0-7818c6078615 ;
  a2a:EventKeyRef oa:event_dar_3c8f7fce-428a-4e8f-b10a-caba27733316_Event1 .

oa:source_dar_3c8f7fce-428a-4e8f-b10a-caba27733316
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever", "1842-07-08 - 1842-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1842-07-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1842, Periode: 1842" ;
    a2a:Book "Overlijdensregister Diever 1842" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1842" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1842, Periode: 1842, Overlijdensregister Diever 1842, 7, 1842"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b37f1a46-8206-e315-2c74-aa6d29a87750.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3c8f7fce-428a-4e8f-b10a-caba27733316" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b37f1a46-8206-e315-2c74-aa6d29a87750.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3c8f7fce-428a-4e8f-b10a-caba27733316" ;
  a2a:RecordGUID "{3c8f7fce-428a-4e8f-b10a-caba27733316}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5567_00005567.xml van DAR" .

