@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_26d64e07-1142-40cb-992d-e00f1a14d993
  a a2a:Record ;
  rdfs:label "Overlijden op 19 mei 1911 te Anloo" ;
  a2a:hasPerson oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-b667aea3-4226-439e-9617-ec3d57304f2c, oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-a98cbc29-9b16-4cf9-a117-399686c7dd33, oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-f5667da8-72d9-4704-b939-60205cd0abd9, oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-d2d40a3b-ea80-4840-9c5f-eb309f6a663d ;
  a2a:hasEvent oa:event_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_0, oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_1, oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_2 ;
  a2a:hasRelationPP oa:relationpp_dar_26d64e07-1142-40cb-992d-e00f1a14d993_0 ;
  a2a:hasSource oa:source_dar_26d64e07-1142-40cb-992d-e00f1a14d993 .

oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-b667aea3-4226-439e-9617-ec3d57304f2c
  a a2a:Person ;
  rdfs:label "Jan Hoving" ;
  a2a:PersonName [
    rdfs:label "Jan Hoving" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-a98cbc29-9b16-4cf9-a117-399686c7dd33
  a a2a:Person ;
  rdfs:label "Albertien Klamer" ;
  a2a:PersonName [
    rdfs:label "Albertien Klamer" ;
    a2a:PersonNameFirstName "Albertien" ;
    a2a:PersonNameLastName "Klamer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-f5667da8-72d9-4704-b939-60205cd0abd9
  a a2a:Person ;
  rdfs:label "Trijntje Dekker" ;
  a2a:PersonName [
    rdfs:label "Trijntje Dekker" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1848-09-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person-d2d40a3b-ea80-4840-9c5f-eb309f6a663d
  a a2a:Person ;
  rdfs:label "Popke Dekker" ;
  a2a:PersonName [
    rdfs:label "Popke Dekker" ;
    a2a:PersonNameFirstName "Popke" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1911-05-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] .

oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person:a98cbc29-9b16-4cf9-a117-399686c7dd33 ;
  a2a:EventKeyRef oa:event_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Event1 .

oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person:f5667da8-72d9-4704-b939-60205cd0abd9 ;
  a2a:EventKeyRef oa:event_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Event1 .

oa:relationep_dar_26d64e07-1142-40cb-992d-e00f1a14d993_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person:d2d40a3b-ea80-4840-9c5f-eb309f6a663d ;
  a2a:EventKeyRef oa:event_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Event1 .

oa:relationpp_dar_26d64e07-1142-40cb-992d-e00f1a14d993_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person:f5667da8-72d9-4704-b939-60205cd0abd9, oa:person_dar_26d64e07-1142-40cb-992d-e00f1a14d993_Person:b667aea3-4226-439e-9617-ec3d57304f2c .

oa:source_dar_26d64e07-1142-40cb-992d-e00f1a14d993
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1911-05-20 - 1911-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1911-05-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1911, Periode: 1911" ;
    a2a:Book "Overlijdensregister Anloo 1911" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "1911" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1911, Periode: 1911, Overlijdensregister Anloo 1911, 35, 1911"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/48c07954-14f2-6ce4-90e0-7930a882dc9d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/26d64e07-1142-40cb-992d-e00f1a14d993" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/48c07954-14f2-6ce4-90e0-7930a882dc9d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/26d64e07-1142-40cb-992d-e00f1a14d993" ;
  a2a:RecordGUID "{26d64e07-1142-40cb-992d-e00f1a14d993}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6774_00006774.xml van DAR" .

