@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_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c
  a a2a:Record ;
  rdfs:label "Overlijden op 31 oktober 1954 te Geldrop" ;
  a2a:hasPerson oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-f73275b8-4b03-54c8-1c19-e3a69c79adcd, oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-c2bee0c4-f539-5592-f378-1c7d53f6dcb5, oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-f30c667c-a4aa-1b3e-33e2-55b93c1e7e50, oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-5341ddc9-abc0-aaa2-99ee-a08c48461c95 ;
  a2a:hasEvent oa:event_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_0, oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_1, oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_0 ;
  a2a:hasSource oa:source_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c .

oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-f73275b8-4b03-54c8-1c19-e3a69c79adcd
  a a2a:Person ;
  rdfs:label "Dioninsius Theodorus Petrus Doijen" ;
  a2a:PersonName [
    rdfs:label "Dioninsius Theodorus Petrus Doijen" ;
    a2a:PersonNameFirstName "Dioninsius Theodorus Petrus" ;
    a2a:PersonNameLastName "Doijen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-c2bee0c4-f539-5592-f378-1c7d53f6dcb5
  a a2a:Person ;
  rdfs:label "Johanna Maria van der Schoot" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria van der Schoot" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schoot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-f30c667c-a4aa-1b3e-33e2-55b93c1e7e50
  a a2a:Person ;
  rdfs:label "Dionisius Joseph Petrus Doijen" ;
  a2a:PersonName [
    rdfs:label "Dionisius Joseph Petrus Doijen" ;
    a2a:PersonNameFirstName "Dionisius Joseph Petrus" ;
    a2a:PersonNameLastName "Doijen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person-5341ddc9-abc0-aaa2-99ee-a08c48461c95
  a a2a:Person ;
  rdfs:label "Wilhelmina van den Bogaart" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van den Bogaart" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bogaart"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1954-10-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geldrop" ;
    rdfs:label "Geldrop"
  ] .

oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person:f73275b8-4b03-54c8-1c19-e3a69c79adcd ;
  a2a:EventKeyRef oa:event_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Event1 .

oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person:c2bee0c4-f539-5592-f378-1c7d53f6dcb5 ;
  a2a:EventKeyRef oa:event_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Event1 .

oa:relationep_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person:f30c667c-a4aa-1b3e-33e2-55b93c1e7e50 ;
  a2a:EventKeyRef oa:event_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Event1 .

oa:relationpp_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person:f73275b8-4b03-54c8-1c19-e3a69c79adcd, oa:person_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c_Person:5341ddc9-abc0-aaa2-99ee-a08c48461c95 .

oa:source_bhi_c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Geldrop" ;
    rdfs:label "Geldrop", "1954-11-02 - 1954-11-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-11-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-11-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "11" ;
    a2a:Day "2" ;
    rdfs:label "1954-11-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3673, Periode: 1954" ;
    a2a:Book "Overlijdensregister Geldrop 1954" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "3673" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3673, Periode: 1954, Overlijdensregister Geldrop 1954, 108, 3673"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e8b5a638-f484-f6e0-c050-def0f53faaba.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e8b5a638-f484-f6e0-c050-def0f53faaba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c" ;
  a2a:RecordGUID "{c8dab89d-a3bf-3ddc-601d-aa53b9b5e65c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240718_101_00000101.xml van BHI" .

