@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_5c4d1766-5398-4e10-ae2e-81dca41ff09e
  a a2a:Record ;
  rdfs:label "Overlijden op 19 september 1850 te Anloo" ;
  a2a:hasPerson oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-7325ac21-10a5-4c71-8a34-de4527cd25fd, oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-14465f1e-225d-40a7-821f-ac176bb8f67c, oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-d2b75b52-d9ed-4c99-86be-ce9844d49eb9, oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-d10e4c26-065b-4c3a-b3f3-dd01fd745a6f ;
  a2a:hasEvent oa:event_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_0, oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_1, oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_2 ;
  a2a:hasRelationPP oa:relationpp_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_0 ;
  a2a:hasSource oa:source_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e .

oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-7325ac21-10a5-4c71-8a34-de4527cd25fd
  a a2a:Person ;
  rdfs:label "Harmtien Trip" ;
  a2a:PersonName [
    rdfs:label "Harmtien Trip" ;
    a2a:PersonNameFirstName "Harmtien" ;
    a2a:PersonNameLastName "Trip"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-14465f1e-225d-40a7-821f-ac176bb8f67c
  a a2a:Person ;
  rdfs:label "Geessien Koning" ;
  a2a:PersonName [
    rdfs:label "Geessien Koning" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-d2b75b52-d9ed-4c99-86be-ce9844d49eb9
  a a2a:Person ;
  rdfs:label "Evert Hambeek" ;
  a2a:PersonName [
    rdfs:label "Evert Hambeek" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Hambeek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1806" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1806-04-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "wever" .

oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person-d10e4c26-065b-4c3a-b3f3-dd01fd745a6f
  a a2a:Person ;
  rdfs:label "Hendrik Hambeek" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hambeek" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hambeek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1850-09-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] .

oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person:14465f1e-225d-40a7-821f-ac176bb8f67c ;
  a2a:EventKeyRef oa:event_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Event1 .

oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person:d2b75b52-d9ed-4c99-86be-ce9844d49eb9 ;
  a2a:EventKeyRef oa:event_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Event1 .

oa:relationep_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person:d10e4c26-065b-4c3a-b3f3-dd01fd745a6f ;
  a2a:EventKeyRef oa:event_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Event1 .

oa:relationpp_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person:d2b75b52-d9ed-4c99-86be-ce9844d49eb9, oa:person_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e_Person:7325ac21-10a5-4c71-8a34-de4527cd25fd .

oa:source_dar_5c4d1766-5398-4e10-ae2e-81dca41ff09e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1850-09-20 - 1850-09-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-09-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-09-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1850-09-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1850, Periode: 1850" ;
    a2a:Book "Overlijdensregister Anloo 1850" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1850" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1850, Periode: 1850, Overlijdensregister Anloo 1850, 32, 1850"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d05a9733-07aa-e012-abaf-d8fad200190c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5c4d1766-5398-4e10-ae2e-81dca41ff09e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d05a9733-07aa-e012-abaf-d8fad200190c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5c4d1766-5398-4e10-ae2e-81dca41ff09e" ;
  a2a:RecordGUID "{5c4d1766-5398-4e10-ae2e-81dca41ff09e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5698_00005698.xml van DAR" .

