@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_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1907 te Assen" ;
  a2a:hasPerson oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-cc132d81-35fb-4baa-b4c5-a74cd3f8ba32, oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-14a4d512-237e-4498-8d9c-cfdfa018efa0, oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-2838db16-97a3-43d8-b60c-f5a5e2d2b6d4, oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-ff8b5169-2479-417c-bce0-1c9ad059ad3a ;
  a2a:hasEvent oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_0, oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_1, oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_2, oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_3 ;
  a2a:hasSource oa:source_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6 .

oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-cc132d81-35fb-4baa-b4c5-a74cd3f8ba32
  a a2a:Person ;
  rdfs:label "Geesje van Dalen" ;
  a2a:PersonName [
    rdfs:label "Geesje van Dalen" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dalen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-14a4d512-237e-4498-8d9c-cfdfa018efa0
  a a2a:Person ;
  rdfs:label "Hendrik Koops" ;
  a2a:PersonName [
    rdfs:label "Hendrik Koops" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "89 jaar en 01 maand" ;
    rdfs:label "89 jaar en 01 maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-2838db16-97a3-43d8-b60c-f5a5e2d2b6d4
  a a2a:Person ;
  rdfs:label "Lammegien Strabbing" ;
  a2a:PersonName [
    rdfs:label "Lammegien Strabbing" ;
    a2a:PersonNameFirstName "Lammegien" ;
    a2a:PersonNameLastName "Strabbing"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person-ff8b5169-2479-417c-bce0-1c9ad059ad3a
  a a2a:Person ;
  rdfs:label "Jan Koops" ;
  a2a:PersonName [
    rdfs:label "Jan Koops" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1907-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person:cc132d81-35fb-4baa-b4c5-a74cd3f8ba32 ;
  a2a:EventKeyRef oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1 .

oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person:14a4d512-237e-4498-8d9c-cfdfa018efa0 ;
  a2a:EventKeyRef oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1 .

oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_2
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenote" ;
  a2a:RelationType "other:Overleden echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person:2838db16-97a3-43d8-b60c-f5a5e2d2b6d4 ;
  a2a:EventKeyRef oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1 .

oa:relationep_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Person:ff8b5169-2479-417c-bce0-1c9ad059ad3a ;
  a2a:EventKeyRef oa:event_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6_Event1 .

oa:source_dar_e7f2a56f-5462-4e41-b9b1-c8e1df9989e6
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1907-05-06 - 1907-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1907-05-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1907, Periode: 1907" ;
    a2a:Book "Overlijdensregister Assen 1907" ;
    a2a:DocumentNumber "93" ;
    a2a:RegistryNumber "1907" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1907, Periode: 1907, Overlijdensregister Assen 1907, 93, 1907"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c0cb8acb-e760-e0de-48ac-191803eb9a6f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7f2a56f-5462-4e41-b9b1-c8e1df9989e6" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c0cb8acb-e760-e0de-48ac-191803eb9a6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7f2a56f-5462-4e41-b9b1-c8e1df9989e6" ;
  a2a:RecordGUID "{e7f2a56f-5462-4e41-b9b1-c8e1df9989e6}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1907" ;
  a2a:SourceRemarkregister_periode "1907" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_8189_00008189.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Assen" ;
  a2a:PersonRemarkdatum_overlijden "1907-05-05" .

