@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_a94ce923-1a6e-e534-7e33-e3a3f3338962
  a a2a:Record ;
  rdfs:label "Overlijden op 3 september 1974 te Breda" ;
  a2a:hasPerson oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-939071d9-cc10-470e-7aa2-ae82287a9a07, oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-c5e101d9-368f-f42f-c8ab-bf50de59a090, oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-fbf80216-db6f-8c0d-08f9-e265b22347f6, oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-d21b9dcc-7117-7e49-8633-a359d3b1ec86 ;
  a2a:hasEvent oa:event_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_0, oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_1, oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_0 ;
  a2a:hasSource oa:source_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962 .

oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-939071d9-cc10-470e-7aa2-ae82287a9a07
  a a2a:Person ;
  rdfs:label "Johannes Hendricus Kok" ;
  a2a:PersonName [
    rdfs:label "Johannes Hendricus Kok" ;
    a2a:PersonNameFirstName "Johannes Hendricus" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-c5e101d9-368f-f42f-c8ab-bf50de59a090
  a a2a:Person ;
  rdfs:label "Anna Maria Cornelia Wildenburg" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Cornelia Wildenburg" ;
    a2a:PersonNameFirstName "Anna Maria Cornelia" ;
    a2a:PersonNameLastName "Wildenburg"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-fbf80216-db6f-8c0d-08f9-e265b22347f6
  a a2a:Person ;
  rdfs:label "Maria Rutten" ;
  a2a:PersonName [
    rdfs:label "Maria Rutten" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Rutten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person-d21b9dcc-7117-7e49-8633-a359d3b1ec86
  a a2a:Person ;
  rdfs:label "Cornelis Hendricus Wildenburg" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hendricus Wildenburg" ;
    a2a:PersonNameFirstName "Cornelis Hendricus" ;
    a2a:PersonNameLastName "Wildenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1974-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person:c5e101d9-368f-f42f-c8ab-bf50de59a090 ;
  a2a:EventKeyRef oa:event_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Event1 .

oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person:fbf80216-db6f-8c0d-08f9-e265b22347f6 ;
  a2a:EventKeyRef oa:event_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Event1 .

oa:relationep_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person:d21b9dcc-7117-7e49-8633-a359d3b1ec86 ;
  a2a:EventKeyRef oa:event_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Event1 .

oa:relationpp_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person:c5e101d9-368f-f42f-c8ab-bf50de59a090, oa:person_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962_Person:939071d9-cc10-470e-7aa2-ae82287a9a07 .

oa:source_bhi_a94ce923-1a6e-e534-7e33-e3a3f3338962
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1974-09-04 - 1974-09-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1974-09-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1974-09-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1974" ;
    a2a:Month "9" ;
    a2a:Day "4" ;
    rdfs:label "1974-09-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3074, Periode: 1974" ;
    a2a:Book "Overlijdensregister Breda 1974" ;
    a2a:DocumentNumber "990" ;
    a2a:RegistryNumber "3074" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3074, Periode: 1974, Overlijdensregister Breda 1974, 990, 3074"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/676dc8ec-7b7b-4d8b-b763-33f0939064b6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/676dc8ec-7b7b-4d8b-b763-33f0939064b6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a94ce923-1a6e-e534-7e33-e3a3f3338962" ;
  a2a:RecordGUID "{a94ce923-1a6e-e534-7e33-e3a3f3338962}" ;
  a2a:SourceRemarkdeel "3074" ;
  a2a:SourceRemarkregister_periode "1974" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_517_00000517.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1974-09-03" .
