@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_8a525809-35a6-4d88-bc31-3c44cd2e6eee
  a a2a:Record ;
  rdfs:label "Overlijden op 30 mei 1879 te Anloo" ;
  a2a:hasPerson oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-33f7a47b-3766-470a-b8d8-ae9fcb74b10e, oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-eea74c7e-27c9-45e3-9344-6cf3efc344f8, oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-02a24b21-9587-486f-a911-e27b038b2e8f, oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-ccead74b-bfd4-4fc4-983b-8d9e99480a73 ;
  a2a:hasEvent oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_0, oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_1, oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_2, oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_3 ;
  a2a:hasSource oa:source_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee .

oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-33f7a47b-3766-470a-b8d8-ae9fcb74b10e
  a a2a:Person ;
  rdfs:label "Wilmtien Roelofs" ;
  a2a:PersonName [
    rdfs:label "Wilmtien Roelofs" ;
    a2a:PersonNameFirstName "Wilmtien" ;
    a2a:PersonNameLastName "Roelofs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-eea74c7e-27c9-45e3-9344-6cf3efc344f8
  a a2a:Person ;
  rdfs:label "Jan Hinderikus Willems" ;
  a2a:PersonName [
    rdfs:label "Jan Hinderikus Willems" ;
    a2a:PersonNameFirstName "Jan Hinderikus" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar en 5 maand" ;
    rdfs:label "68 jaar en 5 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1813-12-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "timmerman" .

oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-02a24b21-9587-486f-a911-e27b038b2e8f
  a a2a:Person ;
  rdfs:label "Jantje Scholten" ;
  a2a:PersonName [
    rdfs:label "Jantje Scholten" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Scholten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person-ccead74b-bfd4-4fc4-983b-8d9e99480a73
  a a2a:Person ;
  rdfs:label "Henderikus Jan Willems" ;
  a2a:PersonName [
    rdfs:label "Henderikus Jan Willems" ;
    a2a:PersonNameFirstName "Henderikus Jan" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1879" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1879-05-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] .

oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person:33f7a47b-3766-470a-b8d8-ae9fcb74b10e ;
  a2a:EventKeyRef oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1 .

oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person:eea74c7e-27c9-45e3-9344-6cf3efc344f8 ;
  a2a:EventKeyRef oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1 .

oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_2
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person:02a24b21-9587-486f-a911-e27b038b2e8f ;
  a2a:EventKeyRef oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1 .

oa:relationep_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Person:ccead74b-bfd4-4fc4-983b-8d9e99480a73 ;
  a2a:EventKeyRef oa:event_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee_Event1 .

oa:source_dar_8a525809-35a6-4d88-bc31-3c44cd2e6eee
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1879-05-30 - 1879-05-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-05-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-05-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1879" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1879-05-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1879, Periode: 1879" ;
    a2a:Book "Overlijdensregister Anloo 1879" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "1879" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1879, Periode: 1879, Overlijdensregister Anloo 1879, 29, 1879"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a844be7c-ca30-d87b-0c41-daf1398c433e.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a525809-35a6-4d88-bc31-3c44cd2e6eee" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a844be7c-ca30-d87b-0c41-daf1398c433e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a525809-35a6-4d88-bc31-3c44cd2e6eee" ;
  a2a:RecordGUID "{8a525809-35a6-4d88-bc31-3c44cd2e6eee}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1879" ;
  a2a:SourceRemarkregister_periode "1879" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_7452_00007452.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Anloo" ;
  a2a:PersonRemarkdatum_overlijden "1879-05-30" .

