@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_760807df-bb7c-49ea-a486-08d45871eadc
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1837 te Hoogeveen" ;
  a2a:hasPerson oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-83690a96-8fd3-583a-a43b-36f67478d8e8, oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-0f926634-a6e1-5d1a-8bc6-bc4737346976, oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-329a4fa5-eacb-5e10-bb22-b461ad7ba906, oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-86906152-885d-5f33-8525-aa37ee1d3066 ;
  a2a:hasEvent oa:event_dar_760807df-bb7c-49ea-a486-08d45871eadc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_0, oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_1, oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_2 ;
  a2a:hasRelationPP oa:relationpp_dar_760807df-bb7c-49ea-a486-08d45871eadc_0 ;
  a2a:hasSource oa:source_dar_760807df-bb7c-49ea-a486-08d45871eadc .

oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-83690a96-8fd3-583a-a43b-36f67478d8e8
  a a2a:Person ;
  rdfs:label "Geesje Boer" ;
  a2a:PersonName [
    rdfs:label "Geesje Boer" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-0f926634-a6e1-5d1a-8bc6-bc4737346976
  a a2a:Person ;
  rdfs:label "Jantien Alberts Klinkjen" ;
  a2a:PersonName [
    rdfs:label "Jantien Alberts Klinkjen" ;
    a2a:PersonNameFirstName "Jantien Alberts" ;
    a2a:PersonNameLastName "Klinkjen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-329a4fa5-eacb-5e10-bb22-b461ad7ba906
  a a2a:Person ;
  rdfs:label "Geert Kaptein" ;
  a2a:PersonName [
    rdfs:label "Geert Kaptein" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Kaptein"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1759" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1759-01-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person-86906152-885d-5f33-8525-aa37ee1d3066
  a a2a:Person ;
  rdfs:label "Jan Geerts Kaptein" ;
  a2a:PersonName [
    rdfs:label "Jan Geerts Kaptein" ;
    a2a:PersonNameFirstName "Jan Geerts" ;
    a2a:PersonNameLastName "Kaptein"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_760807df-bb7c-49ea-a486-08d45871eadc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1837-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person:0f926634-a6e1-5d1a-8bc6-bc4737346976 ;
  a2a:EventKeyRef oa:event_dar_760807df-bb7c-49ea-a486-08d45871eadc_Event1 .

oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person:329a4fa5-eacb-5e10-bb22-b461ad7ba906 ;
  a2a:EventKeyRef oa:event_dar_760807df-bb7c-49ea-a486-08d45871eadc_Event1 .

oa:relationep_dar_760807df-bb7c-49ea-a486-08d45871eadc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person:86906152-885d-5f33-8525-aa37ee1d3066 ;
  a2a:EventKeyRef oa:event_dar_760807df-bb7c-49ea-a486-08d45871eadc_Event1 .

oa:relationpp_dar_760807df-bb7c-49ea-a486-08d45871eadc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person:329a4fa5-eacb-5e10-bb22-b461ad7ba906, oa:person_dar_760807df-bb7c-49ea-a486-08d45871eadc_Person:83690a96-8fd3-583a-a43b-36f67478d8e8 .

oa:source_dar_760807df-bb7c-49ea-a486-08d45871eadc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1837-08-03 - 1837-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1837-08-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1837, Periode: 1837" ;
    a2a:Book "Overlijdensregister Hoogeveen 1837" ;
    a2a:DocumentNumber "116" ;
    a2a:RegistryNumber "1837" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1837, Periode: 1837, Overlijdensregister Hoogeveen 1837, 116, 1837"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/06561488-77cb-c2ef-b4b2-c93ca937fadc.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/760807df-bb7c-49ea-a486-08d45871eadc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/06561488-77cb-c2ef-b4b2-c93ca937fadc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/760807df-bb7c-49ea-a486-08d45871eadc" ;
  a2a:RecordGUID "{760807df-bb7c-49ea-a486-08d45871eadc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4547_00004547.xml van DAR" .

