@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_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae
  a a2a:Record ;
  rdfs:label "Overlijden op 25 maart 1962 te Breda" ;
  a2a:hasPerson oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-5775d1e6-cf49-8f91-7302-624d9049e348, oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-c1caf0e7-530f-6987-f6d4-44af25f9e05f, oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-bf72056a-6bcc-74f6-f0eb-bb2fd16acb9b, oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-9c872f07-2cf3-9a56-da2a-9e3e240f2f1b ;
  a2a:hasEvent oa:event_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_0, oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_1, oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_0 ;
  a2a:hasSource oa:source_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae .

oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-5775d1e6-cf49-8f91-7302-624d9049e348
  a a2a:Person ;
  rdfs:label "Petronella van Egeraat" ;
  a2a:PersonName [
    rdfs:label "Petronella van Egeraat" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Egeraat"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-c1caf0e7-530f-6987-f6d4-44af25f9e05f
  a a2a:Person ;
  rdfs:label "Catharina Johanna Breins" ;
  a2a:PersonName [
    rdfs:label "Catharina Johanna Breins" ;
    a2a:PersonNameFirstName "Catharina Johanna" ;
    a2a:PersonNameLastName "Breins"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-bf72056a-6bcc-74f6-f0eb-bb2fd16acb9b
  a a2a:Person ;
  rdfs:label "Adriaan Breins" ;
  a2a:PersonName [
    rdfs:label "Adriaan Breins" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Breins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person-9c872f07-2cf3-9a56-da2a-9e3e240f2f1b
  a a2a:Person ;
  rdfs:label "Walterus Wilhelmus Bastiaanse" ;
  a2a:PersonName [
    rdfs:label "Walterus Wilhelmus Bastiaanse" ;
    a2a:PersonNameFirstName "Walterus Wilhelmus" ;
    a2a:PersonNameLastName "Bastiaanse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1962-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person:5775d1e6-cf49-8f91-7302-624d9049e348 ;
  a2a:EventKeyRef oa:event_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Event1 .

oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person:c1caf0e7-530f-6987-f6d4-44af25f9e05f ;
  a2a:EventKeyRef oa:event_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Event1 .

oa:relationep_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person:bf72056a-6bcc-74f6-f0eb-bb2fd16acb9b ;
  a2a:EventKeyRef oa:event_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Event1 .

oa:relationpp_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person:c1caf0e7-530f-6987-f6d4-44af25f9e05f, oa:person_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae_Person:9c872f07-2cf3-9a56-da2a-9e3e240f2f1b .

oa:source_bhi_07f7bac0-aece-fa83-e7c7-da3a61e6e3ae
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1962-03-27 - 1962-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1962-03-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3359, Periode: 1962" ;
    a2a:Book "Overlijdensregister Breda 1962" ;
    a2a:DocumentNumber "306" ;
    a2a:RegistryNumber "3359" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3359, Periode: 1962, Overlijdensregister Breda 1962, 306, 3359"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/65b28d8f-ae53-0da7-33f0-9fa4890d99df.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/65b28d8f-ae53-0da7-33f0-9fa4890d99df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/07f7bac0-aece-fa83-e7c7-da3a61e6e3ae" ;
  a2a:RecordGUID "{07f7bac0-aece-fa83-e7c7-da3a61e6e3ae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24762_00024762.xml van BHI" .

