@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_b97db080-ddb6-bcbc-e05c-f44d656d2db7
  a a2a:Record ;
  rdfs:label "Overlijden op 7 april 1942 te Breda" ;
  a2a:hasPerson oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-1fe1c69d-fb26-06a5-e66f-f723ca538235, oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-e721bbf4-9c26-fa25-b463-7b675fda07bb, oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-219d84f9-7f15-6ef9-d9c0-db3975dca120, oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-c943d66e-2800-3300-c4be-b3e15a3cc28f ;
  a2a:hasEvent oa:event_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_0, oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_1, oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_0 ;
  a2a:hasSource oa:source_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7 .

oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-1fe1c69d-fb26-06a5-e66f-f723ca538235
  a a2a:Person ;
  rdfs:label "Ester Meijer Levie Goudman" ;
  a2a:PersonName [
    rdfs:label "Ester Meijer Levie Goudman" ;
    a2a:PersonNameFirstName "Ester Meijer Levie" ;
    a2a:PersonNameLastName "Goudman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-e721bbf4-9c26-fa25-b463-7b675fda07bb
  a a2a:Person ;
  rdfs:label "Salomon van Biene" ;
  a2a:PersonName [
    rdfs:label "Salomon van Biene" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Biene"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-219d84f9-7f15-6ef9-d9c0-db3975dca120
  a a2a:Person ;
  rdfs:label "Abraham van Biene" ;
  a2a:PersonName [
    rdfs:label "Abraham van Biene" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Biene"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person-c943d66e-2800-3300-c4be-b3e15a3cc28f
  a a2a:Person ;
  rdfs:label "Cornelia Maanders" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maanders" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Maanders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1942-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person:1fe1c69d-fb26-06a5-e66f-f723ca538235 ;
  a2a:EventKeyRef oa:event_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Event1 .

oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person:e721bbf4-9c26-fa25-b463-7b675fda07bb ;
  a2a:EventKeyRef oa:event_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Event1 .

oa:relationep_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person:219d84f9-7f15-6ef9-d9c0-db3975dca120 ;
  a2a:EventKeyRef oa:event_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Event1 .

oa:relationpp_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person:e721bbf4-9c26-fa25-b463-7b675fda07bb, oa:person_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7_Person:c943d66e-2800-3300-c4be-b3e15a3cc28f .

oa:source_bhi_b97db080-ddb6-bcbc-e05c-f44d656d2db7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1942-04-08 - 1942-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1942-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 104, Periode: 1942" ;
    a2a:Book "Overlijdensregister Breda 1942 C" ;
    a2a:DocumentNumber "213" ;
    a2a:RegistryNumber "104" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 104, Periode: 1942, Overlijdensregister Breda 1942 C, 213, 104"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cf7a1225-3794-50ea-b8c4-4bf420ae649e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cf7a1225-3794-50ea-b8c4-4bf420ae649e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b97db080-ddb6-bcbc-e05c-f44d656d2db7" ;
  a2a:RecordGUID "{b97db080-ddb6-bcbc-e05c-f44d656d2db7}" ;
  a2a:SourceRemarkOpmerking "Inventaris bestaat uit drie delen (A/B/C)" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_30055_00030055.xml van BHI" .

