@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_37da9e33-17d9-e8db-df16-ef0990ebf2d2
  a a2a:Record ;
  rdfs:label "Overlijden op 5 juni 1852 te Veen" ;
  a2a:hasPerson oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-a9f23d5f-c228-aafe-1a08-956afc4b0cea, oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-1b15d0a1-0965-938b-432b-56bcbdc0b24e, oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-2cc6f7c6-7411-0912-5d9d-372077429c1d ;
  a2a:hasEvent oa:event_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_0, oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_1, oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_2 ;
  a2a:hasSource oa:source_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2 .

oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-a9f23d5f-c228-aafe-1a08-956afc4b0cea
  a a2a:Person ;
  rdfs:label "Tonia van Honk" ;
  a2a:PersonName [
    rdfs:label "Tonia van Honk" ;
    a2a:PersonNameFirstName "Tonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Honk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-1b15d0a1-0965-938b-432b-56bcbdc0b24e
  a a2a:Person ;
  rdfs:label "Boudewina Born" ;
  a2a:PersonName [
    rdfs:label "Boudewina Born" ;
    a2a:PersonNameFirstName "Boudewina" ;
    a2a:PersonNameLastName "Born"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person-2cc6f7c6-7411-0912-5d9d-372077429c1d
  a a2a:Person ;
  rdfs:label "Peter Born" ;
  a2a:PersonName [
    rdfs:label "Peter Born" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Born"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1852-06-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen"
  ] .

oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person:a9f23d5f-c228-aafe-1a08-956afc4b0cea ;
  a2a:EventKeyRef oa:event_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Event1 .

oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person:1b15d0a1-0965-938b-432b-56bcbdc0b24e ;
  a2a:EventKeyRef oa:event_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Event1 .

oa:relationep_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Person:2cc6f7c6-7411-0912-5d9d-372077429c1d ;
  a2a:EventKeyRef oa:event_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2_Event1 .

oa:source_bhi_37da9e33-17d9-e8db-df16-ef0990ebf2d2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen", "1852-06-05 - 1852-06-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-06-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-06-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1852-06-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8207, Periode: 1852" ;
    a2a:Book "Overlijdensregister Veen 1852" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "8207" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8207, Periode: 1852, Overlijdensregister Veen 1852, 25, 8207"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/37da9e33-17d9-e8db-df16-ef0990ebf2d2" ;
  a2a:RecordGUID "{37da9e33-17d9-e8db-df16-ef0990ebf2d2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_26936_00026936.xml van BHI" .

