@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_056c092d-7e82-4cb5-9832-e4921f152c42
  a a2a:Record ;
  rdfs:label "Overlijden op 7 juli 1904 te Peest (Norg)" ;
  a2a:hasPerson oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-a204b1bc-b65e-4151-8876-fb38bf065968, oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-02b0c599-f3a4-4e88-b28f-1ba93412a441, oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-9362695c-1ad0-4746-8897-8a2145e50a7f, oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-527a0edf-977c-4e14-8111-6a4f4a010a56 ;
  a2a:hasEvent oa:event_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_0, oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_1, oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_2 ;
  a2a:hasRelationPP oa:relationpp_dar_056c092d-7e82-4cb5-9832-e4921f152c42_0 ;
  a2a:hasSource oa:source_dar_056c092d-7e82-4cb5-9832-e4921f152c42 .

oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-a204b1bc-b65e-4151-8876-fb38bf065968
  a a2a:Person ;
  rdfs:label "Hendrikien Noordhof" ;
  a2a:PersonName [
    rdfs:label "Hendrikien Noordhof" ;
    a2a:PersonNameFirstName "Hendrikien" ;
    a2a:PersonNameLastName "Noordhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-02b0c599-f3a4-4e88-b28f-1ba93412a441
  a a2a:Person ;
  rdfs:label "Jantien ten Oever" ;
  a2a:PersonName [
    rdfs:label "Jantien ten Oever" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Oever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-9362695c-1ad0-4746-8897-8a2145e50a7f
  a a2a:Person ;
  rdfs:label "Arend Danker" ;
  a2a:PersonName [
    rdfs:label "Arend Danker" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNameLastName "Danker"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1833-03-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rolde" ;
    rdfs:label "Rolde"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person-527a0edf-977c-4e14-8111-6a4f4a010a56
  a a2a:Person ;
  rdfs:label "Berend Danker" ;
  a2a:PersonName [
    rdfs:label "Berend Danker" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Danker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1904-07-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Peest (Norg)" ;
    rdfs:label "Peest (Norg)"
  ] .

oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person:02b0c599-f3a4-4e88-b28f-1ba93412a441 ;
  a2a:EventKeyRef oa:event_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Event1 .

oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person:9362695c-1ad0-4746-8897-8a2145e50a7f ;
  a2a:EventKeyRef oa:event_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Event1 .

oa:relationep_dar_056c092d-7e82-4cb5-9832-e4921f152c42_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person:527a0edf-977c-4e14-8111-6a4f4a010a56 ;
  a2a:EventKeyRef oa:event_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Event1 .

oa:relationpp_dar_056c092d-7e82-4cb5-9832-e4921f152c42_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person:9362695c-1ad0-4746-8897-8a2145e50a7f, oa:person_dar_056c092d-7e82-4cb5-9832-e4921f152c42_Person:a204b1bc-b65e-4151-8876-fb38bf065968 .

oa:source_dar_056c092d-7e82-4cb5-9832-e4921f152c42
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1904-07-08 - 1904-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1904-07-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1904, Periode: 1904" ;
    a2a:Book "Overlijdensregister Norg 1904" ;
    a2a:DocumentNumber "73" ;
    a2a:RegistryNumber "1904" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1904, Periode: 1904, Overlijdensregister Norg 1904, 73, 1904"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3a4eca6f-a65c-41a7-3d42-3fcdab9d3a18.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/056c092d-7e82-4cb5-9832-e4921f152c42" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3a4eca6f-a65c-41a7-3d42-3fcdab9d3a18.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/056c092d-7e82-4cb5-9832-e4921f152c42" ;
  a2a:RecordGUID "{056c092d-7e82-4cb5-9832-e4921f152c42}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4221_00004221.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
