@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_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300
  a a2a:Record ;
  rdfs:label "Overlijden op 20 februari 1945 te Breda" ;
  a2a:hasPerson oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-4a960bd9-16a3-b5b7-3f98-d6b9b942ce67, oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-ce28fbd2-bfb9-16ac-643f-223ee4b80c1b, oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-d04828be-dc50-a7ee-db9c-20d9f47e46be, oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-e87f7cbf-afd7-fe1c-0b8d-8004c6214d74 ;
  a2a:hasEvent oa:event_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_0, oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_1, oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_0 ;
  a2a:hasSource oa:source_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300 .

oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-4a960bd9-16a3-b5b7-3f98-d6b9b942ce67
  a a2a:Person ;
  rdfs:label "Wilhelmus Janssen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Janssen" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-ce28fbd2-bfb9-16ac-643f-223ee4b80c1b
  a a2a:Person ;
  rdfs:label "Adrianus Martinus Janssen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Martinus Janssen" ;
    a2a:PersonNameFirstName "Adrianus Martinus" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-d04828be-dc50-a7ee-db9c-20d9f47e46be
  a a2a:Person ;
  rdfs:label "Maria van de Corput" ;
  a2a:PersonName [
    rdfs:label "Maria van de Corput" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Corput"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person-e87f7cbf-afd7-fe1c-0b8d-8004c6214d74
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Pinxteren" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Pinxteren" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Pinxteren"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1945" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1945-02-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person:4a960bd9-16a3-b5b7-3f98-d6b9b942ce67 ;
  a2a:EventKeyRef oa:event_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Event1 .

oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person:ce28fbd2-bfb9-16ac-643f-223ee4b80c1b ;
  a2a:EventKeyRef oa:event_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Event1 .

oa:relationep_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person:d04828be-dc50-a7ee-db9c-20d9f47e46be ;
  a2a:EventKeyRef oa:event_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Event1 .

oa:relationpp_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person:ce28fbd2-bfb9-16ac-643f-223ee4b80c1b, oa:person_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300_Person:e87f7cbf-afd7-fe1c-0b8d-8004c6214d74 .

oa:source_bhi_3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1945-02-22 - 1945-02-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-02-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-02-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1945" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1945-02-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2777, Periode: 1945" ;
    a2a:Book "Overlijdensregister Breda 1945 A" ;
    a2a:DocumentNumber "252A" ;
    a2a:RegistryNumber "2777" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2777, Periode: 1945, Overlijdensregister Breda 1945 A, 252A, 2777"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f7e2b4ff-2788-64b8-04a2-0b2d11bc22bc.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f7e2b4ff-2788-64b8-04a2-0b2d11bc22bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300" ;
  a2a:RecordGUID "{3bfc7a2e-d0f4-97fe-7b8a-ea8bf1fb9300}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_8020_00008020.xml van BHI" .

