@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_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1954 te Hoogeveen" ;
  a2a:hasPerson oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-dab5eef6-6c63-56ef-bcab-9d491b37306c, oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-9f9adb30-8efc-5d7b-bc58-14c2087a738f, oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-b81ac31d-3ec4-5908-8b1c-abbd3fb9c54c, oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-05815ba9-a7d5-53d0-9566-d869c71f48f5 ;
  a2a:hasEvent oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_0, oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_1, oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_2, oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_3 ;
  a2a:hasSource oa:source_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc .

oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-dab5eef6-6c63-56ef-bcab-9d491b37306c
  a a2a:Person ;
  rdfs:label "Hilligje Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Hilligje Dijkstra" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-9f9adb30-8efc-5d7b-bc58-14c2087a738f
  a a2a:Person ;
  rdfs:label "Hilligje Baas" ;
  a2a:PersonName [
    rdfs:label "Hilligje Baas" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Baas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-b81ac31d-3ec4-5908-8b1c-abbd3fb9c54c
  a a2a:Person ;
  rdfs:label "Gerrit Hendrik Ballast" ;
  a2a:PersonName [
    rdfs:label "Gerrit Hendrik Ballast" ;
    a2a:PersonNameFirstName "Gerrit Hendrik" ;
    a2a:PersonNameLastName "Ballast"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1910-03-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] ;
  a2a:Profession "expediteur" .

oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person-05815ba9-a7d5-53d0-9566-d869c71f48f5
  a a2a:Person ;
  rdfs:label "Klaas Ballast" ;
  a2a:PersonName [
    rdfs:label "Klaas Ballast" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Ballast"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1954-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person:dab5eef6-6c63-56ef-bcab-9d491b37306c ;
  a2a:EventKeyRef oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1 .

oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_1
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person:9f9adb30-8efc-5d7b-bc58-14c2087a738f ;
  a2a:EventKeyRef oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1 .

oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person:b81ac31d-3ec4-5908-8b1c-abbd3fb9c54c ;
  a2a:EventKeyRef oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1 .

oa:relationep_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Person:05815ba9-a7d5-53d0-9566-d869c71f48f5 ;
  a2a:EventKeyRef oa:event_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc_Event1 .

oa:source_dar_11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1954-08-02 - 1954-08-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-08-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-08-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1954-08-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1954, Periode: 1954" ;
    a2a:Book "Overlijdensregister Hoogeveen 1954" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "1954" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1954, Periode: 1954, Overlijdensregister Hoogeveen 1954, 117, 1954"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9b4568eb-7280-09ab-fadb-5510faf026f3.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9b4568eb-7280-09ab-fadb-5510faf026f3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc" ;
  a2a:RecordGUID "{11fc2edf-a91a-419f-9ec9-ef8a18ba6fbc}" ;
  a2a:SourceRemarkdeel "1954" ;
  a2a:SourceRemarkregister_periode "1954" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_9368_00009368.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Hoogeveen" ;
  a2a:PersonRemarkdatum_overlijden "1954-08-02" .

