@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_012a019d-496e-4cb0-81cb-8d468a030d4f
  a a2a:Record ;
  rdfs:label "Overlijden op 15 januari 1894 te Eelde" ;
  a2a:hasPerson oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-e3e08bf7-4252-418f-8fa0-bfcf17214760, oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-d84fbfb9-a85f-4e42-a9ea-0bfdf39b7eba, oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-8d349cbc-52f3-493d-a531-43a07ce1220a, oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-50c25fa5-a9e8-431c-bc8a-74457cf6d634 ;
  a2a:hasEvent oa:event_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_0, oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_1, oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_0 ;
  a2a:hasSource oa:source_dar_012a019d-496e-4cb0-81cb-8d468a030d4f .

oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-e3e08bf7-4252-418f-8fa0-bfcf17214760
  a a2a:Person ;
  rdfs:label "Roelf Luinge" ;
  a2a:PersonName [
    rdfs:label "Roelf Luinge" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-d84fbfb9-a85f-4e42-a9ea-0bfdf39b7eba
  a a2a:Person ;
  rdfs:label "Gepke Rutgers" ;
  a2a:PersonName [
    rdfs:label "Gepke Rutgers" ;
    a2a:PersonNameFirstName "Gepke" ;
    a2a:PersonNameLastName "Rutgers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-8d349cbc-52f3-493d-a531-43a07ce1220a
  a a2a:Person ;
  rdfs:label "Trientje Uges" ;
  a2a:PersonName [
    rdfs:label "Trientje Uges" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNameLastName "Uges"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1865-04-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person-50c25fa5-a9e8-431c-bc8a-74457cf6d634
  a a2a:Person ;
  rdfs:label "Hartlief Uges" ;
  a2a:PersonName [
    rdfs:label "Hartlief Uges" ;
    a2a:PersonNameFirstName "Hartlief" ;
    a2a:PersonNameLastName "Uges"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1894-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] .

oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person:d84fbfb9-a85f-4e42-a9ea-0bfdf39b7eba ;
  a2a:EventKeyRef oa:event_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Event1 .

oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person:8d349cbc-52f3-493d-a531-43a07ce1220a ;
  a2a:EventKeyRef oa:event_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Event1 .

oa:relationep_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person:50c25fa5-a9e8-431c-bc8a-74457cf6d634 ;
  a2a:EventKeyRef oa:event_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Event1 .

oa:relationpp_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person:8d349cbc-52f3-493d-a531-43a07ce1220a, oa:person_dar_012a019d-496e-4cb0-81cb-8d468a030d4f_Person:e3e08bf7-4252-418f-8fa0-bfcf17214760 .

oa:source_dar_012a019d-496e-4cb0-81cb-8d468a030d4f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1894-01-16 - 1894-01-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-01-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-01-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1894-01-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1894, Periode: 1894" ;
    a2a:Book "Overlijdensregister Eelde 1894" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "1894" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1894, Periode: 1894, Overlijdensregister Eelde 1894, 6, 1894"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2a927eec-24f1-e7e2-b4e6-8dbb222562e5.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/012a019d-496e-4cb0-81cb-8d468a030d4f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2a927eec-24f1-e7e2-b4e6-8dbb222562e5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/012a019d-496e-4cb0-81cb-8d468a030d4f" ;
  a2a:RecordGUID "{012a019d-496e-4cb0-81cb-8d468a030d4f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4163_00004163.xml van DAR" .

