@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_e2643df8-0be7-464f-93de-9df049c19f28
  a a2a:Record ;
  rdfs:label "Overlijden op 22 februari 1900 te Exloërmond (Odoorn)" ;
  a2a:hasPerson oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-2d5aedd3-f5a8-4c85-a857-3b973ad8b314, oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-a460dccb-6f6c-49ba-b686-e7fdbdc4bf93, oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-ecf18243-63f1-45d2-8767-bdcd277158c2, oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-33c7fa43-e959-4796-93f9-2dbc04085e22 ;
  a2a:hasEvent oa:event_dar_e2643df8-0be7-464f-93de-9df049c19f28_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_0, oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_1, oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_2 ;
  a2a:hasRelationPP oa:relationpp_dar_e2643df8-0be7-464f-93de-9df049c19f28_0 ;
  a2a:hasSource oa:source_dar_e2643df8-0be7-464f-93de-9df049c19f28 .

oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-2d5aedd3-f5a8-4c85-a857-3b973ad8b314
  a a2a:Person ;
  rdfs:label "Gepke Meelke" ;
  a2a:PersonName [
    rdfs:label "Gepke Meelke" ;
    a2a:PersonNameFirstName "Gepke" ;
    a2a:PersonNameLastName "Meelke"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-a460dccb-6f6c-49ba-b686-e7fdbdc4bf93
  a a2a:Person ;
  rdfs:label "Stientje Veldkamp" ;
  a2a:PersonName [
    rdfs:label "Stientje Veldkamp" ;
    a2a:PersonNameFirstName "Stientje" ;
    a2a:PersonNameLastName "Veldkamp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar en 6 maand" ;
    rdfs:label "76 jaar en 6 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1823-07-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-ecf18243-63f1-45d2-8767-bdcd277158c2
  a a2a:Person ;
  rdfs:label "Jacob Anthonie Veldkamp" ;
  a2a:PersonName [
    rdfs:label "Jacob Anthonie Veldkamp" ;
    a2a:PersonNameFirstName "Jacob Anthonie" ;
    a2a:PersonNameLastName "Veldkamp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person-33c7fa43-e959-4796-93f9-2dbc04085e22
  a a2a:Person ;
  rdfs:label "Klaas Arends Jonker" ;
  a2a:PersonName [
    rdfs:label "Klaas Arends Jonker" ;
    a2a:PersonNameFirstName "Klaas Arends" ;
    a2a:PersonNameLastName "Jonker"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_e2643df8-0be7-464f-93de-9df049c19f28_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1900-02-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Exloërmond (Odoorn)" ;
    rdfs:label "Exloërmond (Odoorn)"
  ] .

oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person:2d5aedd3-f5a8-4c85-a857-3b973ad8b314 ;
  a2a:EventKeyRef oa:event_dar_e2643df8-0be7-464f-93de-9df049c19f28_Event1 .

oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person:a460dccb-6f6c-49ba-b686-e7fdbdc4bf93 ;
  a2a:EventKeyRef oa:event_dar_e2643df8-0be7-464f-93de-9df049c19f28_Event1 .

oa:relationep_dar_e2643df8-0be7-464f-93de-9df049c19f28_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person:ecf18243-63f1-45d2-8767-bdcd277158c2 ;
  a2a:EventKeyRef oa:event_dar_e2643df8-0be7-464f-93de-9df049c19f28_Event1 .

oa:relationpp_dar_e2643df8-0be7-464f-93de-9df049c19f28_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person:a460dccb-6f6c-49ba-b686-e7fdbdc4bf93, oa:person_dar_e2643df8-0be7-464f-93de-9df049c19f28_Person:33c7fa43-e959-4796-93f9-2dbc04085e22 .

oa:source_dar_e2643df8-0be7-464f-93de-9df049c19f28
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1900-02-23 - 1900-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1900-02-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1900, Periode: 1900" ;
    a2a:Book "Overlijdensregister Odoorn 1900" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "1900" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1900, Periode: 1900, Overlijdensregister Odoorn 1900, 34, 1900"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/0a1823b8-94ab-aabb-c576-3474a9d01f35.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e2643df8-0be7-464f-93de-9df049c19f28" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/0a1823b8-94ab-aabb-c576-3474a9d01f35.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e2643df8-0be7-464f-93de-9df049c19f28" ;
  a2a:RecordGUID "{e2643df8-0be7-464f-93de-9df049c19f28}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6319_00006319.xml van DAR" .

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