@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_49678dbb-e190-431a-a91e-02aa6f05fccc
  a a2a:Record ;
  rdfs:label "Overlijden op 3 december 1882 te Krakeel" ;
  a2a:hasPerson oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-9a71ec2c-b048-53ee-a3cd-5f1c15692e08, oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-d332a104-84f0-502f-b2e0-5cb4230761c4, oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-23ee8104-963f-525f-af49-aeffdbf222a1, oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-6f54380a-e7d6-5be2-b530-91db6574465f ;
  a2a:hasEvent oa:event_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_0, oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_1, oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_2 ;
  a2a:hasRelationPP oa:relationpp_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_0 ;
  a2a:hasSource oa:source_dar_49678dbb-e190-431a-a91e-02aa6f05fccc .

oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-9a71ec2c-b048-53ee-a3cd-5f1c15692e08
  a a2a:Person ;
  rdfs:label "Writser Okken" ;
  a2a:PersonName [
    rdfs:label "Writser Okken" ;
    a2a:PersonNameFirstName "Writser" ;
    a2a:PersonNameLastName "Okken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-d332a104-84f0-502f-b2e0-5cb4230761c4
  a a2a:Person ;
  rdfs:label "Jentje Alberts" ;
  a2a:PersonName [
    rdfs:label "Jentje Alberts" ;
    a2a:PersonNameFirstName "Jentje" ;
    a2a:PersonNameLastName "Alberts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-23ee8104-963f-525f-af49-aeffdbf222a1
  a a2a:Person ;
  rdfs:label "Aaltje Pieters Kleine" ;
  a2a:PersonName [
    rdfs:label "Aaltje Pieters Kleine" ;
    a2a:PersonNameFirstName "Aaltje Pieters" ;
    a2a:PersonNameLastName "Kleine"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1811-07-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person-6f54380a-e7d6-5be2-b530-91db6574465f
  a a2a:Person ;
  rdfs:label "Pieter Klaas Kleine" ;
  a2a:PersonName [
    rdfs:label "Pieter Klaas Kleine" ;
    a2a:PersonNameFirstName "Pieter Klaas" ;
    a2a:PersonNameLastName "Kleine"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1882" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1882-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Krakeel" ;
    rdfs:label "Krakeel"
  ] .

oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person:d332a104-84f0-502f-b2e0-5cb4230761c4 ;
  a2a:EventKeyRef oa:event_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Event1 .

oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person:23ee8104-963f-525f-af49-aeffdbf222a1 ;
  a2a:EventKeyRef oa:event_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Event1 .

oa:relationep_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person:6f54380a-e7d6-5be2-b530-91db6574465f ;
  a2a:EventKeyRef oa:event_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Event1 .

oa:relationpp_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person:23ee8104-963f-525f-af49-aeffdbf222a1, oa:person_dar_49678dbb-e190-431a-a91e-02aa6f05fccc_Person:9a71ec2c-b048-53ee-a3cd-5f1c15692e08 .

oa:source_dar_49678dbb-e190-431a-a91e-02aa6f05fccc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1882-12-04 - 1882-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1882" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1882-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1882, Periode: 1882" ;
    a2a:Book "Overlijdensregister Hoogeveen 1882" ;
    a2a:DocumentNumber "245" ;
    a2a:RegistryNumber "1882" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1882, Periode: 1882, Overlijdensregister Hoogeveen 1882, 245, 1882"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e32c7277-6016-be32-60f6-068ab0b9cb73.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/49678dbb-e190-431a-a91e-02aa6f05fccc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e32c7277-6016-be32-60f6-068ab0b9cb73.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/49678dbb-e190-431a-a91e-02aa6f05fccc" ;
  a2a:RecordGUID "{49678dbb-e190-431a-a91e-02aa6f05fccc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3940_00003940.xml van DAR" .

