@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_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962
  a a2a:Record ;
  rdfs:label "Overlijden op 14 oktober 1872 te Drouwenermond" ;
  a2a:hasPerson oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-ac775fc1-764e-468f-b1b5-b0c0434f9120, oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-75b47228-24e0-434d-b3ab-04ba673dd494, oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-4c95c037-07f6-4c7d-bf0f-e84ff320dd19, oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-8c4eb61a-d686-4ff8-b400-8deaeef87e0b ;
  a2a:hasEvent oa:event_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_0, oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_1, oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_2 ;
  a2a:hasRelationPP oa:relationpp_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_0 ;
  a2a:hasSource oa:source_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962 .

oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-ac775fc1-764e-468f-b1b5-b0c0434f9120
  a a2a:Person ;
  rdfs:label "Ielkje Hollander" ;
  a2a:PersonName [
    rdfs:label "Ielkje Hollander" ;
    a2a:PersonNameFirstName "Ielkje" ;
    a2a:PersonNameLastName "Hollander"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-75b47228-24e0-434d-b3ab-04ba673dd494
  a a2a:Person ;
  rdfs:label "Onne Alkema" ;
  a2a:PersonName [
    rdfs:label "Onne Alkema" ;
    a2a:PersonNameFirstName "Onne" ;
    a2a:PersonNameLastName "Alkema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1806" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1806-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-4c95c037-07f6-4c7d-bf0f-e84ff320dd19
  a a2a:Person ;
  rdfs:label "Vimtje Onnes" ;
  a2a:PersonName [
    rdfs:label "Vimtje Onnes" ;
    a2a:PersonNameFirstName "Vimtje" ;
    a2a:PersonNameLastName "Onnes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person-8c4eb61a-d686-4ff8-b400-8deaeef87e0b
  a a2a:Person ;
  rdfs:label "Wobbe Alkema" ;
  a2a:PersonName [
    rdfs:label "Wobbe Alkema" ;
    a2a:PersonNameFirstName "Wobbe" ;
    a2a:PersonNameLastName "Alkema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1872-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drouwenermond" ;
    rdfs:label "Drouwenermond"
  ] .

oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person:75b47228-24e0-434d-b3ab-04ba673dd494 ;
  a2a:EventKeyRef oa:event_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Event1 .

oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person:4c95c037-07f6-4c7d-bf0f-e84ff320dd19 ;
  a2a:EventKeyRef oa:event_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Event1 .

oa:relationep_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person:8c4eb61a-d686-4ff8-b400-8deaeef87e0b ;
  a2a:EventKeyRef oa:event_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Event1 .

oa:relationpp_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person:75b47228-24e0-434d-b3ab-04ba673dd494, oa:person_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962_Person:ac775fc1-764e-468f-b1b5-b0c0434f9120 .

oa:source_dar_2cd2ef9d-bc9b-4d4d-b535-1ef53259d962
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1872-10-15 - 1872-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1872-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1872, Periode: 1872" ;
    a2a:Book "Overlijdensregister Borger 1872" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "1872" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1872, Periode: 1872, Overlijdensregister Borger 1872, 117, 1872"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/0debb9e0-6b3f-0b13-92d9-cd2b7798deb2.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2cd2ef9d-bc9b-4d4d-b535-1ef53259d962" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/0debb9e0-6b3f-0b13-92d9-cd2b7798deb2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2cd2ef9d-bc9b-4d4d-b535-1ef53259d962" ;
  a2a:RecordGUID "{2cd2ef9d-bc9b-4d4d-b535-1ef53259d962}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5354_00005354.xml van DAR" .

