@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_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff
  a a2a:Record ;
  rdfs:label "Overlijden op 4 januari 1952 te Ruinerwold" ;
  a2a:hasPerson oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-b164171f-1694-4e0b-b1db-e6bc4c8dddf4, oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-e9f5344f-dcce-4853-98b5-16403ee929c7, oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-dc376779-8c46-40a5-b9f0-15ad47acc3bc, oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-cc1cf919-f1ce-463b-9045-e3366dc3acb3 ;
  a2a:hasEvent oa:event_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_0, oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_1, oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_2 ;
  a2a:hasRelationPP oa:relationpp_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_0 ;
  a2a:hasSource oa:source_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff .

oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-b164171f-1694-4e0b-b1db-e6bc4c8dddf4
  a a2a:Person ;
  rdfs:label "Roeloffien Schipper" ;
  a2a:PersonName [
    rdfs:label "Roeloffien Schipper" ;
    a2a:PersonNameFirstName "Roeloffien" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-e9f5344f-dcce-4853-98b5-16403ee929c7
  a a2a:Person ;
  rdfs:label "Haremtje de Wal" ;
  a2a:PersonName [
    rdfs:label "Haremtje de Wal" ;
    a2a:PersonNameFirstName "Haremtje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-dc376779-8c46-40a5-b9f0-15ad47acc3bc
  a a2a:Person ;
  rdfs:label "Jan Slomp" ;
  a2a:PersonName [
    rdfs:label "Jan Slomp" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Slomp"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 jaar" ;
    rdfs:label "83 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person-cc1cf919-f1ce-463b-9045-e3366dc3acb3
  a a2a:Person ;
  rdfs:label "Derk Slomp" ;
  a2a:PersonName [
    rdfs:label "Derk Slomp" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNameLastName "Slomp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1952-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] .

oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person:e9f5344f-dcce-4853-98b5-16403ee929c7 ;
  a2a:EventKeyRef oa:event_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Event1 .

oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person:dc376779-8c46-40a5-b9f0-15ad47acc3bc ;
  a2a:EventKeyRef oa:event_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Event1 .

oa:relationep_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person:cc1cf919-f1ce-463b-9045-e3366dc3acb3 ;
  a2a:EventKeyRef oa:event_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Event1 .

oa:relationpp_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person:dc376779-8c46-40a5-b9f0-15ad47acc3bc, oa:person_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff_Person:b164171f-1694-4e0b-b1db-e6bc4c8dddf4 .

oa:source_dar_bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold", "1952-01-07 - 1952-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1952-01-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1952, Periode: 1952" ;
    a2a:Book "Overlijdensregister Ruinerwold 1952" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1952" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1952, Periode: 1952, Overlijdensregister Ruinerwold 1952, 1, 1952"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/216ffd65-5d07-6f3d-50c4-602a22566525.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/216ffd65-5d07-6f3d-50c4-602a22566525.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff" ;
  a2a:RecordGUID "{bb5ec64f-d939-48dc-89c0-9c33c7b3d7ff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7163_00007163.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
