@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_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68
  a a2a:Record ;
  rdfs:label "Overlijden op 14 september 1974 te Assen" ;
  a2a:hasPerson oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-31521dc2-9222-73c4-6a69-7879023710ab, oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-9b04db7c-f31a-21e8-2701-b1c6116efca9, oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-fbd5adc1-467a-76dc-d9ff-be942f758227, oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-0f210fc4-eb2a-6264-9436-6a95321ed0ce ;
  a2a:hasEvent oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_0, oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_1, oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_2, oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_3 ;
  a2a:hasSource oa:source_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68 .

oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-31521dc2-9222-73c4-6a69-7879023710ab
  a a2a:Person ;
  rdfs:label "Albert van der Net" ;
  a2a:PersonName [
    rdfs:label "Albert van der Net" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Net"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-9b04db7c-f31a-21e8-2701-b1c6116efca9
  a a2a:Person ;
  rdfs:label "Harm Bolkema" ;
  a2a:PersonName [
    rdfs:label "Harm Bolkema" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Bolkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-fbd5adc1-467a-76dc-d9ff-be942f758227
  a a2a:Person ;
  rdfs:label "Wilhelmina IJpema" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina IJpema" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "IJpema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person-0f210fc4-eb2a-6264-9436-6a95321ed0ce
  a a2a:Person ;
  rdfs:label "Elizabeth Bolkema" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Bolkema" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Bolkema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1891-09-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Aduard" ;
    rdfs:label "Aduard"
  ] .

oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1974-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_0
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot" ;
  a2a:RelationType "other:Echtgenoot" ;
  a2a:PersonKeyRef oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person:31521dc2-9222-73c4-6a69-7879023710ab ;
  a2a:EventKeyRef oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1 .

oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person:9b04db7c-f31a-21e8-2701-b1c6116efca9 ;
  a2a:EventKeyRef oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1 .

oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person:fbd5adc1-467a-76dc-d9ff-be942f758227 ;
  a2a:EventKeyRef oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1 .

oa:relationep_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Person:0f210fc4-eb2a-6264-9436-6a95321ed0ce ;
  a2a:EventKeyRef oa:event_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68_Event1 .

oa:source_dar_87732a38-f7f2-e8b8-4f4e-33bcfd74ee68
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1974-09-16 - 1974-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1974-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1974-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1974" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1974-09-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1974, Periode: 1974" ;
    a2a:Book "Overlijdensregister Assen 1974" ;
    a2a:DocumentNumber "407" ;
    a2a:RegistryNumber "1974" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1974, Periode: 1974, Overlijdensregister Assen 1974, 407, 1974"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/1fbaa769-2f05-3e67-661a-0346edef8e25.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/87732a38-f7f2-e8b8-4f4e-33bcfd74ee68" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/1fbaa769-2f05-3e67-661a-0346edef8e25.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/87732a38-f7f2-e8b8-4f4e-33bcfd74ee68" ;
  a2a:RecordGUID "{87732a38-f7f2-e8b8-4f4e-33bcfd74ee68}" ;
  a2a:SourceRemarkdeel "1974" ;
  a2a:SourceRemarkregister_periode "1974" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_269_00000269.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Assen" ;
  a2a:PersonRemarkdatum_overlijden "1974-09-14" .

