@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_712ff77e-e636-46fd-84a9-6a652c98cb3f
  a a2a:Record ;
  rdfs:label "Overlijden op 25 december 1903 te Dalen" ;
  a2a:hasPerson oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-dd91dbaf-7886-45c6-8183-8fa3df928c19, oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-4d5a93c0-8ce5-48ac-957b-5b6f2fd31e01, oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-ce6f9893-6468-4eb2-ab99-8a20a2014825, oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-1b8a5b91-50fc-4792-87fe-b6f4f965ef6d ;
  a2a:hasEvent oa:event_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_0, oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_1, oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_0 ;
  a2a:hasSource oa:source_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f .

oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-dd91dbaf-7886-45c6-8183-8fa3df928c19
  a a2a:Person ;
  rdfs:label "Hendrikje Loos" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Loos" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-4d5a93c0-8ce5-48ac-957b-5b6f2fd31e01
  a a2a:Person ;
  rdfs:label "Jan Kuipers" ;
  a2a:PersonName [
    rdfs:label "Jan Kuipers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1827" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1827-01-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-ce6f9893-6468-4eb2-ab99-8a20a2014825
  a a2a:Person ;
  rdfs:label "Harm Kuipers" ;
  a2a:PersonName [
    rdfs:label "Harm Kuipers" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person-1b8a5b91-50fc-4792-87fe-b6f4f965ef6d
  a a2a:Person ;
  rdfs:label "Gesien Lambers" ;
  a2a:PersonName [
    rdfs:label "Gesien Lambers" ;
    a2a:PersonNameFirstName "Gesien" ;
    a2a:PersonNameLastName "Lambers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1903-12-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person:dd91dbaf-7886-45c6-8183-8fa3df928c19 ;
  a2a:EventKeyRef oa:event_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Event1 .

oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person:4d5a93c0-8ce5-48ac-957b-5b6f2fd31e01 ;
  a2a:EventKeyRef oa:event_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Event1 .

oa:relationep_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person:ce6f9893-6468-4eb2-ab99-8a20a2014825 ;
  a2a:EventKeyRef oa:event_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Event1 .

oa:relationpp_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person:4d5a93c0-8ce5-48ac-957b-5b6f2fd31e01, oa:person_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f_Person:1b8a5b91-50fc-4792-87fe-b6f4f965ef6d .

oa:source_dar_712ff77e-e636-46fd-84a9-6a652c98cb3f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1903-12-26 - 1903-12-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-12-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-12-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1903-12-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1903, Periode: 1903" ;
    a2a:Book "Overlijdensregister Dalen 1903" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "1903" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1903, Periode: 1903, Overlijdensregister Dalen 1903, 52, 1903"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/44cfa692-437b-5bcb-281c-02f2249c9fc1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/712ff77e-e636-46fd-84a9-6a652c98cb3f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/44cfa692-437b-5bcb-281c-02f2249c9fc1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/712ff77e-e636-46fd-84a9-6a652c98cb3f" ;
  a2a:RecordGUID "{712ff77e-e636-46fd-84a9-6a652c98cb3f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4481_00004481.xml van DAR" .

