@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_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1961 te Emmen" ;
  a2a:hasPerson oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-ae86ecaa-8635-4038-9505-4c4b6fdb5696, oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-eb2802e6-662b-4efe-9da9-f84f37ca9d2c, oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-53160c29-b410-41af-a6a7-499e1f339d55, oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-079a1b0a-e92e-471e-a146-4b1fecb1f91d ;
  a2a:hasEvent oa:event_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_0, oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_1, oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_2 ;
  a2a:hasRelationPP oa:relationpp_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_0 ;
  a2a:hasSource oa:source_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9 .

oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-ae86ecaa-8635-4038-9505-4c4b6fdb5696
  a a2a:Person ;
  rdfs:label "Jantje van Marle" ;
  a2a:PersonName [
    rdfs:label "Jantje van Marle" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Marle"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-eb2802e6-662b-4efe-9da9-f84f37ca9d2c
  a a2a:Person ;
  rdfs:label "Roelofje Stevens" ;
  a2a:PersonName [
    rdfs:label "Roelofje Stevens" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNameLastName "Stevens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 jaar" ;
    rdfs:label "83 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-53160c29-b410-41af-a6a7-499e1f339d55
  a a2a:Person ;
  rdfs:label "Jannes Stevens" ;
  a2a:PersonName [
    rdfs:label "Jannes Stevens" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Stevens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person-079a1b0a-e92e-471e-a146-4b1fecb1f91d
  a a2a:Person ;
  rdfs:label "Tjabel Klok" ;
  a2a:PersonName [
    rdfs:label "Tjabel Klok" ;
    a2a:PersonNameFirstName "Tjabel" ;
    a2a:PersonNameLastName "Klok"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1961-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person:ae86ecaa-8635-4038-9505-4c4b6fdb5696 ;
  a2a:EventKeyRef oa:event_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Event1 .

oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person:eb2802e6-662b-4efe-9da9-f84f37ca9d2c ;
  a2a:EventKeyRef oa:event_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Event1 .

oa:relationep_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person:53160c29-b410-41af-a6a7-499e1f339d55 ;
  a2a:EventKeyRef oa:event_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Event1 .

oa:relationpp_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person:eb2802e6-662b-4efe-9da9-f84f37ca9d2c, oa:person_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9_Person:079a1b0a-e92e-471e-a146-4b1fecb1f91d .

oa:source_dar_f004b05c-ebcd-45a2-8f6d-0d05abe39ba9
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1961-04-24 - 1961-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1961-04-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1961, Periode: 1961" ;
    a2a:Book "Overlijdensregister Emmen 1961" ;
    a2a:DocumentNumber "151" ;
    a2a:RegistryNumber "1961" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1961, Periode: 1961, Overlijdensregister Emmen 1961, 151, 1961"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ce21b8f1-af73-f39c-b5cb-391299b01742.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f004b05c-ebcd-45a2-8f6d-0d05abe39ba9" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ce21b8f1-af73-f39c-b5cb-391299b01742.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f004b05c-ebcd-45a2-8f6d-0d05abe39ba9" ;
  a2a:RecordGUID "{f004b05c-ebcd-45a2-8f6d-0d05abe39ba9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6504_00006504.xml van DAR" .

