@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_00efcd9e-292c-2282-e4cc-98a93eb6efa8
  a a2a:Record ;
  rdfs:label "Overlijden op 5 januari 1952 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-3c3fb3a5-0800-f004-6c94-3a3e090f7d25, oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-165d5f31-bb7c-ee1d-f110-b9904ea6ee29, oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-943a646f-e625-eef7-3922-9c90301bb98a ;
  a2a:hasEvent oa:event_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_0, oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_1, oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_2 ;
  a2a:hasSource oa:source_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8 .

oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-3c3fb3a5-0800-f004-6c94-3a3e090f7d25
  a a2a:Person ;
  rdfs:label "Gerhardus Johannes Traast" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Johannes Traast" ;
    a2a:PersonNameFirstName "Gerhardus Johannes" ;
    a2a:PersonNameLastName "Traast"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-165d5f31-bb7c-ee1d-f110-b9904ea6ee29
  a a2a:Person ;
  rdfs:label "Gerhardus Johannes Traast" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Johannes Traast" ;
    a2a:PersonNameFirstName "Gerhardus Johannes" ;
    a2a:PersonNameLastName "Traast"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person-943a646f-e625-eef7-3922-9c90301bb98a
  a a2a:Person ;
  rdfs:label "Cornelia Johanna de Ruijsscher" ;
  a2a:PersonName [
    rdfs:label "Cornelia Johanna de Ruijsscher" ;
    a2a:PersonNameFirstName "Cornelia Johanna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruijsscher"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1952-01-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person:3c3fb3a5-0800-f004-6c94-3a3e090f7d25 ;
  a2a:EventKeyRef oa:event_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Event1 .

oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person:165d5f31-bb7c-ee1d-f110-b9904ea6ee29 ;
  a2a:EventKeyRef oa:event_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Event1 .

oa:relationep_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Person:943a646f-e625-eef7-3922-9c90301bb98a ;
  a2a:EventKeyRef oa:event_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8_Event1 .

oa:source_bhi_00efcd9e-292c-2282-e4cc-98a93eb6efa8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1952-01-07 - 1952-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1952-01-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3566, Periode: 1952" ;
    a2a:Book "Overlijdensregister Eindhoven 1952" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "3566" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3566, Periode: 1952, Overlijdensregister Eindhoven 1952, 28, 3566"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5e5c9e96-c675-cc74-5187-6f94c7a514d8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5e5c9e96-c675-cc74-5187-6f94c7a514d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-02-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/00efcd9e-292c-2282-e4cc-98a93eb6efa8" ;
  a2a:RecordGUID "{00efcd9e-292c-2282-e4cc-98a93eb6efa8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_248_00000248.xml van BHI" .

