@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_c7729d4c-e4a3-4d32-ae64-ccf49f877803
  a a2a:Record ;
  rdfs:label "Overlijden op 30 maart 1839 te Eelde" ;
  a2a:hasPerson oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-13e6e9bb-988e-46ac-a84a-17f83b1f77bc, oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-2d098032-e17f-45ee-a472-dbdeb5fad75f, oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-21fd4281-e3f0-4313-9f59-3f10da81015d, oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-6df31c59-40bc-4cb3-a9ea-9db9896283fa ;
  a2a:hasEvent oa:event_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_0, oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_1, oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_2 ;
  a2a:hasRelationPP oa:relationpp_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_0 ;
  a2a:hasSource oa:source_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803 .

oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-13e6e9bb-988e-46ac-a84a-17f83b1f77bc
  a a2a:Person ;
  rdfs:label "Roelf Luinge" ;
  a2a:PersonName [
    rdfs:label "Roelf Luinge" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-2d098032-e17f-45ee-a472-dbdeb5fad75f
  a a2a:Person ;
  rdfs:label "Annechien Abels" ;
  a2a:PersonName [
    rdfs:label "Annechien Abels" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNameLastName "Abels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-21fd4281-e3f0-4313-9f59-3f10da81015d
  a a2a:Person ;
  rdfs:label "Albert Luinge" ;
  a2a:PersonName [
    rdfs:label "Albert Luinge" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1805" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1805-07-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person-6df31c59-40bc-4cb3-a9ea-9db9896283fa
  a a2a:Person ;
  rdfs:label "Annechien Alberts Smit" ;
  a2a:PersonName [
    rdfs:label "Annechien Alberts Smit" ;
    a2a:PersonNameFirstName "Annechien Alberts" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1839-03-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] .

oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person:13e6e9bb-988e-46ac-a84a-17f83b1f77bc ;
  a2a:EventKeyRef oa:event_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Event1 .

oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person:2d098032-e17f-45ee-a472-dbdeb5fad75f ;
  a2a:EventKeyRef oa:event_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Event1 .

oa:relationep_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person:21fd4281-e3f0-4313-9f59-3f10da81015d ;
  a2a:EventKeyRef oa:event_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Event1 .

oa:relationpp_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person:21fd4281-e3f0-4313-9f59-3f10da81015d, oa:person_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803_Person:6df31c59-40bc-4cb3-a9ea-9db9896283fa .

oa:source_dar_c7729d4c-e4a3-4d32-ae64-ccf49f877803
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1839-04-01 - 1839-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1839-04-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1839, Periode: 1839" ;
    a2a:Book "Overlijdensregister Eelde 1839" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "1839" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1839, Periode: 1839, Overlijdensregister Eelde 1839, 11, 1839"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e834e685-a6fc-d399-8fe1-1202692643ee.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c7729d4c-e4a3-4d32-ae64-ccf49f877803" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e834e685-a6fc-d399-8fe1-1202692643ee.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c7729d4c-e4a3-4d32-ae64-ccf49f877803" ;
  a2a:RecordGUID "{c7729d4c-e4a3-4d32-ae64-ccf49f877803}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5055_00005055.xml van DAR" .

