@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_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c
  a a2a:Record ;
  rdfs:label "Overlijden op 14 mei 1871 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-f1b10dc5-d386-ab9a-18d3-a013ec80e990, oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-9874575a-b492-cbc4-2d34-8267c8e502d5, oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-6a1eefbd-fef4-92d6-4f3d-6a3e1d475fd0, oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-eea431d5-07de-be21-d6fc-61a0f46438a6 ;
  a2a:hasEvent oa:event_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_0, oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_1, oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_0 ;
  a2a:hasSource oa:source_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c .

oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-f1b10dc5-d386-ab9a-18d3-a013ec80e990
  a a2a:Person ;
  rdfs:label "Geertruida Beekwilder" ;
  a2a:PersonName [
    rdfs:label "Geertruida Beekwilder" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Beekwilder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-9874575a-b492-cbc4-2d34-8267c8e502d5
  a a2a:Person ;
  rdfs:label "Anna Susanna Muller" ;
  a2a:PersonName [
    rdfs:label "Anna Susanna Muller" ;
    a2a:PersonNameFirstName "Anna Susanna" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-6a1eefbd-fef4-92d6-4f3d-6a3e1d475fd0
  a a2a:Person ;
  rdfs:label "Heinrich Muller" ;
  a2a:PersonName [
    rdfs:label "Heinrich Muller" ;
    a2a:PersonNameFirstName "Heinrich" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person-eea431d5-07de-be21-d6fc-61a0f46438a6
  a a2a:Person ;
  rdfs:label "Willem Meulbroek" ;
  a2a:PersonName [
    rdfs:label "Willem Meulbroek" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Meulbroek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1871-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person:f1b10dc5-d386-ab9a-18d3-a013ec80e990 ;
  a2a:EventKeyRef oa:event_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Event1 .

oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person:9874575a-b492-cbc4-2d34-8267c8e502d5 ;
  a2a:EventKeyRef oa:event_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Event1 .

oa:relationep_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person:6a1eefbd-fef4-92d6-4f3d-6a3e1d475fd0 ;
  a2a:EventKeyRef oa:event_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Event1 .

oa:relationpp_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person:9874575a-b492-cbc4-2d34-8267c8e502d5, oa:person_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c_Person:eea431d5-07de-be21-d6fc-61a0f46438a6 .

oa:source_bhi_5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1871-05-15 - 1871-05-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-05-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-05-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1871-05-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4254, Periode: 1871" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1871" ;
    a2a:DocumentNumber "457" ;
    a2a:RegistryNumber "4254" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4254, Periode: 1871, Overlijdensregister 's-Hertogenbosch 1871, 457, 4254"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b095eea5-e92d-4c5d-036d-001e5b4e66b1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b095eea5-e92d-4c5d-036d-001e5b4e66b1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-11-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c" ;
  a2a:RecordGUID "{5cc04877-e2fa-e8c0-3136-c6a5a4a1ef7c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_25800_00025800.xml van BHI" .

