@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_0a73f293-ecfd-c567-074e-b74ff98f7fbc
  a a2a:Record ;
  rdfs:label "Overlijden op 5 juli 1900 te Woudrichem" ;
  a2a:hasPerson oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-c26d4c58-b3e8-ee23-4af5-d2676d9fe409, oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-58d59ea9-f32b-fb68-75c1-42fa8990a1cb, oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-a90341f9-e691-00bc-4ba2-9b0cf5deb28a ;
  a2a:hasEvent oa:event_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_0, oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_1, oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_2 ;
  a2a:hasSource oa:source_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc .

oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-c26d4c58-b3e8-ee23-4af5-d2676d9fe409
  a a2a:Person ;
  rdfs:label "Letje Borg" ;
  a2a:PersonName [
    rdfs:label "Letje Borg" ;
    a2a:PersonNameFirstName "Letje" ;
    a2a:PersonNameLastName "Borg"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-58d59ea9-f32b-fb68-75c1-42fa8990a1cb
  a a2a:Person ;
  rdfs:label "Johanna Gerdina van Vugt" ;
  a2a:PersonName [
    rdfs:label "Johanna Gerdina van Vugt" ;
    a2a:PersonNameFirstName "Johanna Gerdina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vugt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person-a90341f9-e691-00bc-4ba2-9b0cf5deb28a
  a a2a:Person ;
  rdfs:label "Nicolaas Borg" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Borg" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Borg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1900-07-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person:c26d4c58-b3e8-ee23-4af5-d2676d9fe409 ;
  a2a:EventKeyRef oa:event_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Event1 .

oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person:58d59ea9-f32b-fb68-75c1-42fa8990a1cb ;
  a2a:EventKeyRef oa:event_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Event1 .

oa:relationep_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Person:a90341f9-e691-00bc-4ba2-9b0cf5deb28a ;
  a2a:EventKeyRef oa:event_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc_Event1 .

oa:source_bhi_0a73f293-ecfd-c567-074e-b74ff98f7fbc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1900-07-07 - 1900-07-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-07-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-07-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1900-07-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9160, Periode: 1900" ;
    a2a:Book "Overlijdensregister Woudrichem 1900" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "9160" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9160, Periode: 1900, Overlijdensregister Woudrichem 1900, 28, 9160"
  ] ;
  a2a:SourceLastChangeDate "2022-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0a73f293-ecfd-c567-074e-b74ff98f7fbc" ;
  a2a:RecordGUID "{0a73f293-ecfd-c567-074e-b74ff98f7fbc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_74236_00074236.xml van BHI" .

