@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_9e2be6bd-e049-47e2-9151-e0aed929cae0
  a a2a:Record ;
  rdfs:label "Overlijden op 31 december 1877 te Smilde" ;
  a2a:hasPerson oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-3b5bdc48-1cd9-43e0-8fde-d1fd3e7c243f, oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-3ecad397-7e9a-490d-8df2-534eb1b19f5a, oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-ebe13bc1-bed2-4420-b076-489b453c2dd3 ;
  a2a:hasEvent oa:event_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_0, oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_1, oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_2 ;
  a2a:hasSource oa:source_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0 .

oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-3b5bdc48-1cd9-43e0-8fde-d1fd3e7c243f
  a a2a:Person ;
  rdfs:label "Aaltje Alberts Wever" ;
  a2a:PersonName [
    rdfs:label "Aaltje Alberts Wever" ;
    a2a:PersonNameFirstName "Aaltje Alberts" ;
    a2a:PersonNameLastName "Wever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-3ecad397-7e9a-490d-8df2-534eb1b19f5a
  a a2a:Person ;
  rdfs:label "Jan Mulders" ;
  a2a:PersonName [
    rdfs:label "Jan Mulders" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Mulders"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "19 jaar" ;
    rdfs:label "19 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person-ebe13bc1-bed2-4420-b076-489b453c2dd3
  a a2a:Person ;
  rdfs:label "Lucas Roelofs Mulders" ;
  a2a:PersonName [
    rdfs:label "Lucas Roelofs Mulders" ;
    a2a:PersonNameFirstName "Lucas Roelofs" ;
    a2a:PersonNameLastName "Mulders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1877-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] .

oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person:3b5bdc48-1cd9-43e0-8fde-d1fd3e7c243f ;
  a2a:EventKeyRef oa:event_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Event1 .

oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person:3ecad397-7e9a-490d-8df2-534eb1b19f5a ;
  a2a:EventKeyRef oa:event_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Event1 .

oa:relationep_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Person:ebe13bc1-bed2-4420-b076-489b453c2dd3 ;
  a2a:EventKeyRef oa:event_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0_Event1 .

oa:source_dar_9e2be6bd-e049-47e2-9151-e0aed929cae0
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1878-01-05 - 1878-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1878-01-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1878, Periode: 1878" ;
    a2a:Book "Overlijdensregister Beilen 1878" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "1878" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1878, Periode: 1878, Overlijdensregister Beilen 1878, 5, 1878"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3980e5a2-ccd8-3513-09a3-9dfcf3f97987.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9e2be6bd-e049-47e2-9151-e0aed929cae0" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3980e5a2-ccd8-3513-09a3-9dfcf3f97987.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9e2be6bd-e049-47e2-9151-e0aed929cae0" ;
  a2a:RecordGUID "{9e2be6bd-e049-47e2-9151-e0aed929cae0}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1878" ;
  a2a:SourceRemarkregister_periode "1878" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_203_00000203.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1877-12-31" .
