@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_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8
  a a2a:Record ;
  rdfs:label "Overlijden op 25 september 1931 te Dalen" ;
  a2a:hasPerson oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-ab66a5f1-dcb4-470c-ae70-6b41d656589e, oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-108dc519-4da9-4b6c-a559-55067d1d226d, oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-cd6d2b2b-cf23-47ac-94de-4aab5f51af38, oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-5670eaac-1cf2-4ee0-b7de-962ce07a4780 ;
  a2a:hasEvent oa:event_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_0, oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_1, oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_2 ;
  a2a:hasRelationPP oa:relationpp_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_0 ;
  a2a:hasSource oa:source_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8 .

oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-ab66a5f1-dcb4-470c-ae70-6b41d656589e
  a a2a:Person ;
  rdfs:label "Hendrik Ensink" ;
  a2a:PersonName [
    rdfs:label "Hendrik Ensink" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Ensink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-108dc519-4da9-4b6c-a559-55067d1d226d
  a a2a:Person ;
  rdfs:label "Aaltje Strick" ;
  a2a:PersonName [
    rdfs:label "Aaltje Strick" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Strick"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-cd6d2b2b-cf23-47ac-94de-4aab5f51af38
  a a2a:Person ;
  rdfs:label "Berendina Santing" ;
  a2a:PersonName [
    rdfs:label "Berendina Santing" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Santing"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person-5670eaac-1cf2-4ee0-b7de-962ce07a4780
  a a2a:Person ;
  rdfs:label "Hendrik Strick" ;
  a2a:PersonName [
    rdfs:label "Hendrik Strick" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Strick"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1931-09-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person:108dc519-4da9-4b6c-a559-55067d1d226d ;
  a2a:EventKeyRef oa:event_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Event1 .

oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person:cd6d2b2b-cf23-47ac-94de-4aab5f51af38 ;
  a2a:EventKeyRef oa:event_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Event1 .

oa:relationep_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person:5670eaac-1cf2-4ee0-b7de-962ce07a4780 ;
  a2a:EventKeyRef oa:event_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Event1 .

oa:relationpp_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person:108dc519-4da9-4b6c-a559-55067d1d226d, oa:person_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8_Person:ab66a5f1-dcb4-470c-ae70-6b41d656589e .

oa:source_dar_96db5cf8-17fe-4ee4-afca-3f5d01a58bb8
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1931-09-26 - 1931-09-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-09-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-09-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1931-09-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1931, Periode: 1931" ;
    a2a:Book "Overlijdensregister Dalen 1931" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "1931" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1931, Periode: 1931, Overlijdensregister Dalen 1931, 39, 1931"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9ea01ef2-0d27-a189-2913-8a1baf8e1338.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/96db5cf8-17fe-4ee4-afca-3f5d01a58bb8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9ea01ef2-0d27-a189-2913-8a1baf8e1338.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/96db5cf8-17fe-4ee4-afca-3f5d01a58bb8" ;
  a2a:RecordGUID "{96db5cf8-17fe-4ee4-afca-3f5d01a58bb8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4993_00004993.xml van DAR" .

