@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_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186
  a a2a:Record ;
  rdfs:label "Overlijden op 1 september 1967 te Odoorn" ;
  a2a:hasPerson oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-b2e77738-9d41-c10c-bb66-9ca944c6b8dd, oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-edbc2939-b0e2-bef8-e4dd-cfdcd1f8f0b2, oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-4bd228b2-2b12-7cc1-a461-275121c305c3 ;
  a2a:hasEvent oa:event_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_0, oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_1, oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_2 ;
  a2a:hasSource oa:source_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186 .

oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-b2e77738-9d41-c10c-bb66-9ca944c6b8dd
  a a2a:Person ;
  rdfs:label "Jans Meppelink" ;
  a2a:PersonName [
    rdfs:label "Jans Meppelink" ;
    a2a:PersonNameFirstName "Jans" ;
    a2a:PersonNameLastName "Meppelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-edbc2939-b0e2-bef8-e4dd-cfdcd1f8f0b2
  a a2a:Person ;
  rdfs:label "Jantiena Boerma" ;
  a2a:PersonName [
    rdfs:label "Jantiena Boerma" ;
    a2a:PersonNameFirstName "Jantiena" ;
    a2a:PersonNameLastName "Boerma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person-4bd228b2-2b12-7cc1-a461-275121c305c3
  a a2a:Person ;
  rdfs:label "Jan Meppelink" ;
  a2a:PersonName [
    rdfs:label "Jan Meppelink" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Meppelink"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "62 jaar" ;
    rdfs:label "62 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] .

oa:event_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1967-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] .

oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person:b2e77738-9d41-c10c-bb66-9ca944c6b8dd ;
  a2a:EventKeyRef oa:event_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Event1 .

oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person:edbc2939-b0e2-bef8-e4dd-cfdcd1f8f0b2 ;
  a2a:EventKeyRef oa:event_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Event1 .

oa:relationep_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Person:4bd228b2-2b12-7cc1-a461-275121c305c3 ;
  a2a:EventKeyRef oa:event_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186_Event1 .

oa:source_dar_fc74cd13-e4e5-9f9c-1cd4-e9c11925e186
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1967-09-04 - 1967-09-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-09-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-09-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "9" ;
    a2a:Day "4" ;
    rdfs:label "1967-09-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1967, Periode: 1967" ;
    a2a:Book "Overlijdensregister Odoorn 1967" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "1967" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1967, Periode: 1967, Overlijdensregister Odoorn 1967, 41, 1967"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f85b3e65-b9e9-4ac3-3ea9-c1272f344384.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fc74cd13-e4e5-9f9c-1cd4-e9c11925e186" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f85b3e65-b9e9-4ac3-3ea9-c1272f344384.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fc74cd13-e4e5-9f9c-1cd4-e9c11925e186" ;
  a2a:RecordGUID "{fc74cd13-e4e5-9f9c-1cd4-e9c11925e186}" ;
  a2a:SourceRemarkdeel "1967" ;
  a2a:SourceRemarkregister_periode "1967" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6042_00006042.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Odoorn" ;
  a2a:PersonRemarkdatum_overlijden "1967-09-01" .

