@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_c97bc18f-e58a-2b35-cc5b-2028945d808a
  a a2a:Record ;
  rdfs:label "Overlijden op 22 mei 1902 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-658bff22-3678-1f67-9155-a307ee2b6433, oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-ce81a227-bbb2-8c20-bab9-16a661cdfdf4, oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-766a7bd9-9692-1e1c-b7e0-a44792c8011f, oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-15c331b7-c26e-9731-2f02-6c0b26ecf704 ;
  a2a:hasEvent oa:event_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_0, oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_1, oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_0 ;
  a2a:hasSource oa:source_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a .

oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-658bff22-3678-1f67-9155-a307ee2b6433
  a a2a:Person ;
  rdfs:label "Sara Wolfshart" ;
  a2a:PersonName [
    rdfs:label "Sara Wolfshart" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Wolfshart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-ce81a227-bbb2-8c20-bab9-16a661cdfdf4
  a a2a:Person ;
  rdfs:label "Joachim van Collem" ;
  a2a:PersonName [
    rdfs:label "Joachim van Collem" ;
    a2a:PersonNameFirstName "Joachim" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Collem"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-766a7bd9-9692-1e1c-b7e0-a44792c8011f
  a a2a:Person ;
  rdfs:label "Abraham Joseph van Collem" ;
  a2a:PersonName [
    rdfs:label "Abraham Joseph van Collem" ;
    a2a:PersonNameFirstName "Abraham Joseph" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Collem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person-15c331b7-c26e-9731-2f02-6c0b26ecf704
  a a2a:Person ;
  rdfs:label "Eva van Wijnbergen" ;
  a2a:PersonName [
    rdfs:label "Eva van Wijnbergen" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wijnbergen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1902-05-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person:658bff22-3678-1f67-9155-a307ee2b6433 ;
  a2a:EventKeyRef oa:event_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Event1 .

oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person:ce81a227-bbb2-8c20-bab9-16a661cdfdf4 ;
  a2a:EventKeyRef oa:event_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Event1 .

oa:relationep_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person:766a7bd9-9692-1e1c-b7e0-a44792c8011f ;
  a2a:EventKeyRef oa:event_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Event1 .

oa:relationpp_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person:ce81a227-bbb2-8c20-bab9-16a661cdfdf4, oa:person_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a_Person:15c331b7-c26e-9731-2f02-6c0b26ecf704 .

oa:source_bhi_c97bc18f-e58a-2b35-cc5b-2028945d808a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1902-05-23 - 1902-05-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-05-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-05-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1902-05-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2269, Periode: 1902" ;
    a2a:Book "Overlijdensregister Eindhoven 1902" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "2269" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2269, Periode: 1902, Overlijdensregister Eindhoven 1902, 24, 2269"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b4c1925d-67e7-1fd6-2089-c1da33acc84d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b4c1925d-67e7-1fd6-2089-c1da33acc84d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c97bc18f-e58a-2b35-cc5b-2028945d808a" ;
  a2a:RecordGUID "{c97bc18f-e58a-2b35-cc5b-2028945d808a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_28556_00028556.xml van BHI" .

