@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_af1649f9-a02f-4750-af7d-caa673559efc
  a a2a:Record ;
  rdfs:label "Overlijden op 23 april 1878 te Kleine Kerksteeg" ;
  a2a:hasPerson oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-a9c058e2-84e7-5f53-8573-20a81ba82822, oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-557983a3-7fe9-5030-8068-531f2a9a8987, oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-9f55bbc4-7b54-5df5-bdbe-e0154ffea942, oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-78905244-21b1-5a32-acb1-d63232f20c52 ;
  a2a:hasEvent oa:event_dar_af1649f9-a02f-4750-af7d-caa673559efc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_0, oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_1, oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_2 ;
  a2a:hasRelationPP oa:relationpp_dar_af1649f9-a02f-4750-af7d-caa673559efc_0 ;
  a2a:hasSource oa:source_dar_af1649f9-a02f-4750-af7d-caa673559efc .

oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-a9c058e2-84e7-5f53-8573-20a81ba82822
  a a2a:Person ;
  rdfs:label "Johannes Pieter Christ" ;
  a2a:PersonName [
    rdfs:label "Johannes Pieter Christ" ;
    a2a:PersonNameFirstName "Johannes Pieter" ;
    a2a:PersonNameLastName "Christ"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-557983a3-7fe9-5030-8068-531f2a9a8987
  a a2a:Person ;
  rdfs:label "Anje Remkes" ;
  a2a:PersonName [
    rdfs:label "Anje Remkes" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Remkes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-9f55bbc4-7b54-5df5-bdbe-e0154ffea942
  a a2a:Person ;
  rdfs:label "Roelfien Klaas Moes" ;
  a2a:PersonName [
    rdfs:label "Roelfien Klaas Moes" ;
    a2a:PersonNameFirstName "Roelfien Klaas" ;
    a2a:PersonNameLastName "Moes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "82 jaar" ;
    rdfs:label "82 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1796" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1796-02-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person-78905244-21b1-5a32-acb1-d63232f20c52
  a a2a:Person ;
  rdfs:label "Klaas Berents Moes" ;
  a2a:PersonName [
    rdfs:label "Klaas Berents Moes" ;
    a2a:PersonNameFirstName "Klaas Berents" ;
    a2a:PersonNameLastName "Moes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_af1649f9-a02f-4750-af7d-caa673559efc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1878-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kleine Kerksteeg" ;
    rdfs:label "Kleine Kerksteeg"
  ] .

oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person:557983a3-7fe9-5030-8068-531f2a9a8987 ;
  a2a:EventKeyRef oa:event_dar_af1649f9-a02f-4750-af7d-caa673559efc_Event1 .

oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person:9f55bbc4-7b54-5df5-bdbe-e0154ffea942 ;
  a2a:EventKeyRef oa:event_dar_af1649f9-a02f-4750-af7d-caa673559efc_Event1 .

oa:relationep_dar_af1649f9-a02f-4750-af7d-caa673559efc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person:78905244-21b1-5a32-acb1-d63232f20c52 ;
  a2a:EventKeyRef oa:event_dar_af1649f9-a02f-4750-af7d-caa673559efc_Event1 .

oa:relationpp_dar_af1649f9-a02f-4750-af7d-caa673559efc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person:9f55bbc4-7b54-5df5-bdbe-e0154ffea942, oa:person_dar_af1649f9-a02f-4750-af7d-caa673559efc_Person:a9c058e2-84e7-5f53-8573-20a81ba82822 .

oa:source_dar_af1649f9-a02f-4750-af7d-caa673559efc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1878-04-23 - 1878-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1878-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1878, Periode: 1878" ;
    a2a:Book "Overlijdensregister Hoogeveen 1878" ;
    a2a:DocumentNumber "111" ;
    a2a:RegistryNumber "1878" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1878, Periode: 1878, Overlijdensregister Hoogeveen 1878, 111, 1878"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/713e755d-75bf-a63b-c0a8-6ce447bbceaf.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/af1649f9-a02f-4750-af7d-caa673559efc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/713e755d-75bf-a63b-c0a8-6ce447bbceaf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/af1649f9-a02f-4750-af7d-caa673559efc" ;
  a2a:RecordGUID "{af1649f9-a02f-4750-af7d-caa673559efc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6224_00006224.xml van DAR" .

