@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_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b
  a a2a:Record ;
  rdfs:label "Overlijden op 15 januari 1966 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-90e8bf52-a17f-b49e-73f2-d1343d335bf8, oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-e36e34c2-4b59-36e1-a036-172d8e33da6d, oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-2b18dab1-3b49-12dd-980c-84d267f4ceae ;
  a2a:hasEvent oa:event_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_0, oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_1, oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_2 ;
  a2a:hasSource oa:source_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b .

oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-90e8bf52-a17f-b49e-73f2-d1343d335bf8
  a a2a:Person ;
  rdfs:label "Anna Clasina Maria Vroomen" ;
  a2a:PersonName [
    rdfs:label "Anna Clasina Maria Vroomen" ;
    a2a:PersonNameFirstName "Anna Clasina Maria" ;
    a2a:PersonNameLastName "Vroomen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-e36e34c2-4b59-36e1-a036-172d8e33da6d
  a a2a:Person ;
  rdfs:label "Maria Wilhelmina Coolen" ;
  a2a:PersonName [
    rdfs:label "Maria Wilhelmina Coolen" ;
    a2a:PersonNameFirstName "Maria Wilhelmina" ;
    a2a:PersonNameLastName "Coolen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person-2b18dab1-3b49-12dd-980c-84d267f4ceae
  a a2a:Person ;
  rdfs:label "Johannes Adrianus Antonius Vroomen" ;
  a2a:PersonName [
    rdfs:label "Johannes Adrianus Antonius Vroomen" ;
    a2a:PersonNameFirstName "Johannes Adrianus Antonius" ;
    a2a:PersonNameLastName "Vroomen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1966-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person:90e8bf52-a17f-b49e-73f2-d1343d335bf8 ;
  a2a:EventKeyRef oa:event_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Event1 .

oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person:e36e34c2-4b59-36e1-a036-172d8e33da6d ;
  a2a:EventKeyRef oa:event_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Event1 .

oa:relationep_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Person:2b18dab1-3b49-12dd-980c-84d267f4ceae ;
  a2a:EventKeyRef oa:event_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b_Event1 .

oa:source_bhi_b5e2cc66-784b-c1ed-8be2-d68ae664bf2b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1966-01-17 - 1966-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1966-01-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3509, Periode: 1966" ;
    a2a:Book "Overlijdensregister Eindhoven 1966" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "3509" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3509, Periode: 1966, Overlijdensregister Eindhoven 1966, 65, 3509"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e5346d58-dc1c-4569-61e2-95991027a7fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e5346d58-dc1c-4569-61e2-95991027a7fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b5e2cc66-784b-c1ed-8be2-d68ae664bf2b" ;
  a2a:RecordGUID "{b5e2cc66-784b-c1ed-8be2-d68ae664bf2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_456_00000456.xml van BHI" .

