@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_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac
  a a2a:Record ;
  rdfs:label "Overlijden op 16 november 1947 te Eethen" ;
  a2a:hasPerson oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-8a39868d-4b02-21bf-7241-73adf0aebb9c, oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-c40b8aaf-c00a-1f6e-4b06-bc06ee2d73d5, oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-b5595289-2465-4f48-02c4-8d5a2af75211 ;
  a2a:hasEvent oa:event_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_0, oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_1, oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_2 ;
  a2a:hasSource oa:source_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac .

oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-8a39868d-4b02-21bf-7241-73adf0aebb9c
  a a2a:Person ;
  rdfs:label "Johannis Fitters" ;
  a2a:PersonName [
    rdfs:label "Johannis Fitters" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNameLastName "Fitters"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "7 maanden" ;
    rdfs:label "7 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] .

oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-c40b8aaf-c00a-1f6e-4b06-bc06ee2d73d5
  a a2a:Person ;
  rdfs:label "Hendrika Haverhals" ;
  a2a:PersonName [
    rdfs:label "Hendrika Haverhals" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Haverhals"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person-b5595289-2465-4f48-02c4-8d5a2af75211
  a a2a:Person ;
  rdfs:label "Hendrikus Fitters" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Fitters" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Fitters"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landarbeider" .

oa:event_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1947-11-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] .

oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person:8a39868d-4b02-21bf-7241-73adf0aebb9c ;
  a2a:EventKeyRef oa:event_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Event1 .

oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person:c40b8aaf-c00a-1f6e-4b06-bc06ee2d73d5 ;
  a2a:EventKeyRef oa:event_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Event1 .

oa:relationep_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Person:b5595289-2465-4f48-02c4-8d5a2af75211 ;
  a2a:EventKeyRef oa:event_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac_Event1 .

oa:source_sha_9ef699e6-5ba6-c025-8926-e852ae2ebbac
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen", "1947-11-16 - 1947-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1947-11-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke stand, Deel: 3557, Periode: 1941-1950" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "3557" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke stand, Deel: 3557, Periode: 1941-1950, Overlijdensregister, 20, 3557"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/647b2de0-fcbe-8110-1b98-59ff0575b159.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/9ef699e6-5ba6-c025-8926-e852ae2ebbac" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/647b2de0-fcbe-8110-1b98-59ff0575b159.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-09-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/9ef699e6-5ba6-c025-8926-e852ae2ebbac" ;
  a2a:RecordGUID "{9ef699e6-5ba6-c025-8926-e852ae2ebbac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_8168_00008168.xml van SHA" .

