@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_cef96bea-7a50-fa34-e666-8db65f82c67e
  a a2a:Record ;
  rdfs:label "Overlijden op 11 september 1944 te Best" ;
  a2a:hasPerson oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-423570e8-6fe4-c17e-4261-8ec627082de2, oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-f6a39e28-eae5-6942-bdef-02ab3e6e90c1, oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-85b3f5ac-a207-2944-4f06-a5aebe0f2db5, oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-dbc722a3-ac5e-2eb4-4f47-8eef554e9fe0 ;
  a2a:hasEvent oa:event_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_0, oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_1, oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_0 ;
  a2a:hasSource oa:source_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e .

oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-423570e8-6fe4-c17e-4261-8ec627082de2
  a a2a:Person ;
  rdfs:label "Wilhelmina van Diesen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van Diesen" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diesen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-f6a39e28-eae5-6942-bdef-02ab3e6e90c1
  a a2a:Person ;
  rdfs:label "Antonius Adrianus Persoons" ;
  a2a:PersonName [
    rdfs:label "Antonius Adrianus Persoons" ;
    a2a:PersonNameFirstName "Antonius Adrianus" ;
    a2a:PersonNameLastName "Persoons"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-85b3f5ac-a207-2944-4f06-a5aebe0f2db5
  a a2a:Person ;
  rdfs:label "Maria van Vessem" ;
  a2a:PersonName [
    rdfs:label "Maria van Vessem" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vessem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person-dbc722a3-ac5e-2eb4-4f47-8eef554e9fe0
  a a2a:Person ;
  rdfs:label "Hendrikus Persoons" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Persoons" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Persoons"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1944-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Best" ;
    rdfs:label "Best"
  ] .

oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person:f6a39e28-eae5-6942-bdef-02ab3e6e90c1 ;
  a2a:EventKeyRef oa:event_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Event1 .

oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person:85b3f5ac-a207-2944-4f06-a5aebe0f2db5 ;
  a2a:EventKeyRef oa:event_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Event1 .

oa:relationep_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person:dbc722a3-ac5e-2eb4-4f47-8eef554e9fe0 ;
  a2a:EventKeyRef oa:event_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Event1 .

oa:relationpp_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person:f6a39e28-eae5-6942-bdef-02ab3e6e90c1, oa:person_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e_Person:423570e8-6fe4-c17e-4261-8ec627082de2 .

oa:source_bhi_cef96bea-7a50-fa34-e666-8db65f82c67e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Best" ;
    rdfs:label "Best", "1944-09-12 - 1944-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1944-09-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2726, Periode: 1944" ;
    a2a:Book "Overlijdensregister Best 1944" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "2726" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2726, Periode: 1944, Overlijdensregister Best 1944, 36, 2726"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6d23399c-7aac-99fa-3b52-cf0359fdfdb7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6d23399c-7aac-99fa-3b52-cf0359fdfdb7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cef96bea-7a50-fa34-e666-8db65f82c67e" ;
  a2a:RecordGUID "{cef96bea-7a50-fa34-e666-8db65f82c67e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_454_00000454.xml van BHI" .

