@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_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juli 1954 te Breda" ;
  a2a:hasPerson oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-35ee706a-724f-3ab5-2f89-d2bfc7bc6910, oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-72e97dab-d6c1-a640-59d4-0b996e8c0481, oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-a470a664-8bd5-f769-bb81-5d6630c4c6c6, oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-03247fa3-1110-8497-87ed-2155851f5524 ;
  a2a:hasEvent oa:event_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_0, oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_1, oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_0 ;
  a2a:hasSource oa:source_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95 .

oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-35ee706a-724f-3ab5-2f89-d2bfc7bc6910
  a a2a:Person ;
  rdfs:label "Lijntje de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Lijntje de Ruiter" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-72e97dab-d6c1-a640-59d4-0b996e8c0481
  a a2a:Person ;
  rdfs:label "Elisabeth Brobbel" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Brobbel" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Brobbel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-a470a664-8bd5-f769-bb81-5d6630c4c6c6
  a a2a:Person ;
  rdfs:label "Cornelis Johannis de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannis de Ruiter" ;
    a2a:PersonNameFirstName "Cornelis Johannis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person-03247fa3-1110-8497-87ed-2155851f5524
  a a2a:Person ;
  rdfs:label "Gerrit Kortus" ;
  a2a:PersonName [
    rdfs:label "Gerrit Kortus" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Kortus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1954-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person:35ee706a-724f-3ab5-2f89-d2bfc7bc6910 ;
  a2a:EventKeyRef oa:event_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Event1 .

oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person:72e97dab-d6c1-a640-59d4-0b996e8c0481 ;
  a2a:EventKeyRef oa:event_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Event1 .

oa:relationep_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person:a470a664-8bd5-f769-bb81-5d6630c4c6c6 ;
  a2a:EventKeyRef oa:event_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Event1 .

oa:relationpp_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person:35ee706a-724f-3ab5-2f89-d2bfc7bc6910, oa:person_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95_Person:03247fa3-1110-8497-87ed-2155851f5524 .

oa:source_bhi_ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1954-07-26 - 1954-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1954-07-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3424, Periode: 1954" ;
    a2a:Book "Overlijdensregister Breda 1954 A" ;
    a2a:DocumentNumber "257A" ;
    a2a:RegistryNumber "3424" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3424, Periode: 1954, Overlijdensregister Breda 1954 A, 257A, 3424"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/21658703-1f2b-092c-8afa-b84e9a196e4f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/21658703-1f2b-092c-8afa-b84e9a196e4f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95" ;
  a2a:RecordGUID "{ec0accff-b5ce-fd58-bbdc-12e8fe3bcd95}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_9315_00009315.xml van BHI" .

