@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_b1ca5ee4-ae68-773e-e890-49f6cc773532
  a a2a:Record ;
  rdfs:label "Overlijden op 24 november 1972 te Breda" ;
  a2a:hasPerson oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-995b8b12-b8ef-80fd-72d2-efb0280f4141, oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-4709b819-0f70-67be-1156-1c5c7935844d, oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-6973914a-5f47-35cb-0301-1cba70aea382, oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-75c6d3b1-1cd4-f451-d370-0c66628b51c7 ;
  a2a:hasEvent oa:event_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_0, oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_1, oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_0 ;
  a2a:hasSource oa:source_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532 .

oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-995b8b12-b8ef-80fd-72d2-efb0280f4141
  a a2a:Person ;
  rdfs:label "Petrus Jacobus Defilet" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus Defilet" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNameLastName "Defilet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-4709b819-0f70-67be-1156-1c5c7935844d
  a a2a:Person ;
  rdfs:label "Allegonda Maria Helena Romeijn" ;
  a2a:PersonName [
    rdfs:label "Allegonda Maria Helena Romeijn" ;
    a2a:PersonNameFirstName "Allegonda Maria Helena" ;
    a2a:PersonNameLastName "Romeijn"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-6973914a-5f47-35cb-0301-1cba70aea382
  a a2a:Person ;
  rdfs:label "Petronella Frederika Martina van Haaster" ;
  a2a:PersonName [
    rdfs:label "Petronella Frederika Martina van Haaster" ;
    a2a:PersonNameFirstName "Petronella Frederika Martina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Haaster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person-75c6d3b1-1cd4-f451-d370-0c66628b51c7
  a a2a:Person ;
  rdfs:label "Leonardus Martinus Romeijn" ;
  a2a:PersonName [
    rdfs:label "Leonardus Martinus Romeijn" ;
    a2a:PersonNameFirstName "Leonardus Martinus" ;
    a2a:PersonNameLastName "Romeijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1972-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person:4709b819-0f70-67be-1156-1c5c7935844d ;
  a2a:EventKeyRef oa:event_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Event1 .

oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person:6973914a-5f47-35cb-0301-1cba70aea382 ;
  a2a:EventKeyRef oa:event_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Event1 .

oa:relationep_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person:75c6d3b1-1cd4-f451-d370-0c66628b51c7 ;
  a2a:EventKeyRef oa:event_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Event1 .

oa:relationpp_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person:4709b819-0f70-67be-1156-1c5c7935844d, oa:person_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532_Person:995b8b12-b8ef-80fd-72d2-efb0280f4141 .

oa:source_bhi_b1ca5ee4-ae68-773e-e890-49f6cc773532
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1972-11-27 - 1972-11-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-11-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-11-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1972-11-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3070, Periode: 1972" ;
    a2a:Book "Overlijdensregister Breda 1972" ;
    a2a:DocumentNumber "1298" ;
    a2a:RegistryNumber "3070" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3070, Periode: 1972, Overlijdensregister Breda 1972, 1298, 3070"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/89e892e4-c095-784a-59c2-931f0e45000b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/89e892e4-c095-784a-59c2-931f0e45000b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b1ca5ee4-ae68-773e-e890-49f6cc773532" ;
  a2a:RecordGUID "{b1ca5ee4-ae68-773e-e890-49f6cc773532}" ;
  a2a:SourceRemarkdeel "3070" ;
  a2a:SourceRemarkregister_periode "1972" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_247_00000247.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1972-11-24" .
