@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_3f2569e4-29b3-4d57-a68e-e069ceeb8329
  a a2a:Record ;
  rdfs:label "Overlijden op 29 juni 1852 te Coevorden" ;
  a2a:hasPerson oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-31d150f2-819c-4bd2-971d-1a3e57d3551a, oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-cdc81821-e103-4cbf-907f-3a0c0d26c9ec, oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-c5ddf583-63f2-4c0b-86c6-69c7f1afdd9c, oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-cb99334f-1ec3-4b4a-8b15-34ad164a3a4a ;
  a2a:hasEvent oa:event_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_0, oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_1, oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_2 ;
  a2a:hasRelationPP oa:relationpp_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_0 ;
  a2a:hasSource oa:source_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329 .

oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-31d150f2-819c-4bd2-971d-1a3e57d3551a
  a a2a:Person ;
  rdfs:label "Louwerens Rikkers" ;
  a2a:PersonName [
    rdfs:label "Louwerens Rikkers" ;
    a2a:PersonNameFirstName "Louwerens" ;
    a2a:PersonNameLastName "Rikkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-cdc81821-e103-4cbf-907f-3a0c0d26c9ec
  a a2a:Person ;
  rdfs:label "Harmannus Edelinck" ;
  a2a:PersonName [
    rdfs:label "Harmannus Edelinck" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Edelinck"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-c5ddf583-63f2-4c0b-86c6-69c7f1afdd9c
  a a2a:Person ;
  rdfs:label "Fenna van Eerde" ;
  a2a:PersonName [
    rdfs:label "Fenna van Eerde" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eerde"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person-cb99334f-1ec3-4b4a-8b15-34ad164a3a4a
  a a2a:Person ;
  rdfs:label "Hermanna Edelinck" ;
  a2a:PersonName [
    rdfs:label "Hermanna Edelinck" ;
    a2a:PersonNameFirstName "Hermanna" ;
    a2a:PersonNameLastName "Edelinck"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "56 jaar" ;
    rdfs:label "56 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1796" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1796-05-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bierum" ;
    rdfs:label "Bierum"
  ] ;
  a2a:Profession "zonder" .

oa:event_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1852-06-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person:cdc81821-e103-4cbf-907f-3a0c0d26c9ec ;
  a2a:EventKeyRef oa:event_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Event1 .

oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person:c5ddf583-63f2-4c0b-86c6-69c7f1afdd9c ;
  a2a:EventKeyRef oa:event_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Event1 .

oa:relationep_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person:cb99334f-1ec3-4b4a-8b15-34ad164a3a4a ;
  a2a:EventKeyRef oa:event_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Event1 .

oa:relationpp_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person:cb99334f-1ec3-4b4a-8b15-34ad164a3a4a, oa:person_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329_Person:31d150f2-819c-4bd2-971d-1a3e57d3551a .

oa:source_dar_3f2569e4-29b3-4d57-a68e-e069ceeb8329
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1852-06-30 - 1852-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1852-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1852, Periode: 1852" ;
    a2a:Book "Overlijdensregister Coevorden 1852" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "1852" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1852, Periode: 1852, Overlijdensregister Coevorden 1852, 29, 1852"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/423873fa-4bb2-adc8-dbf9-18258670fd01.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3f2569e4-29b3-4d57-a68e-e069ceeb8329" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/423873fa-4bb2-adc8-dbf9-18258670fd01.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3f2569e4-29b3-4d57-a68e-e069ceeb8329" ;
  a2a:RecordGUID "{3f2569e4-29b3-4d57-a68e-e069ceeb8329}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1852" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_117_00000117.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1852-06-29" .
