@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_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c
  a a2a:Record ;
  rdfs:label "Overlijden op 11 mei 1829 te Dwingeloo" ;
  a2a:hasPerson oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-08056844-8314-47fa-947b-f50bd8503d2e, oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-9fd4523c-97fc-49f9-b265-1d02882551aa, oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-bcc130d8-0043-4e8c-bde0-e6c34cb6fa59 ;
  a2a:hasEvent oa:event_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_0, oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_1, oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_2 ;
  a2a:hasSource oa:source_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c .

oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-08056844-8314-47fa-947b-f50bd8503d2e
  a a2a:Person ;
  rdfs:label "Leffert Hendriks Barelds" ;
  a2a:PersonName [
    rdfs:label "Leffert Hendriks Barelds" ;
    a2a:PersonNameFirstName "Leffert Hendriks" ;
    a2a:PersonNameLastName "Barelds"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-9fd4523c-97fc-49f9-b265-1d02882551aa
  a a2a:Person ;
  rdfs:label "Jantien Jans Volkers" ;
  a2a:PersonName [
    rdfs:label "Jantien Jans Volkers" ;
    a2a:PersonNameFirstName "Jantien Jans" ;
    a2a:PersonNameLastName "Volkers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person-bcc130d8-0043-4e8c-bde0-e6c34cb6fa59
  a a2a:Person ;
  rdfs:label "Jan Volkers Barelts" ;
  a2a:PersonName [
    rdfs:label "Jan Volkers Barelts" ;
    a2a:PersonNameFirstName "Jan Volkers" ;
    a2a:PersonNameLastName "Barelts"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1744" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1744-08-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo"
  ] ;
  a2a:Profession "rentenier" .

oa:event_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1829-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo"
  ] .

oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person:08056844-8314-47fa-947b-f50bd8503d2e ;
  a2a:EventKeyRef oa:event_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Event1 .

oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person:9fd4523c-97fc-49f9-b265-1d02882551aa ;
  a2a:EventKeyRef oa:event_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Event1 .

oa:relationep_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Person:bcc130d8-0043-4e8c-bde0-e6c34cb6fa59 ;
  a2a:EventKeyRef oa:event_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c_Event1 .

oa:source_dar_df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo", "1829-05-11 - 1829-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1829-05-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1829, Periode: 1829" ;
    a2a:Book "Overlijdensregister Dwingeloo 1829" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "1829" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1829, Periode: 1829, Overlijdensregister Dwingeloo 1829, 13, 1829"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/cd96751a-033f-c6b0-17c8-432ad69072ec.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/cd96751a-033f-c6b0-17c8-432ad69072ec.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c" ;
  a2a:RecordGUID "{df2e8cea-3b73-4b5d-8ca1-64bb0a4c704c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6275_00006275.xml van DAR" .

