@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_fcaa6e25-e826-368a-6e28-96f3bbdf7761
  a a2a:Record ;
  rdfs:label "Overlijden op 11 oktober 1877 te Helmond" ;
  a2a:hasPerson oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-f1e32477-8665-3e40-6a11-c5a0b56aa6a5, oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-45dc0fde-4967-67f4-b0c1-d34081b5bd70, oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-dc17a217-3724-830e-2d5d-62a4226501fd ;
  a2a:hasEvent oa:event_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_0, oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_1, oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_2 ;
  a2a:hasSource oa:source_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761 .

oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-f1e32477-8665-3e40-6a11-c5a0b56aa6a5
  a a2a:Person ;
  rdfs:label "Annetta Hendrika Groothuis" ;
  a2a:PersonName [
    rdfs:label "Annetta Hendrika Groothuis" ;
    a2a:PersonNameFirstName "Annetta Hendrika" ;
    a2a:PersonNameLastName "Groothuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-45dc0fde-4967-67f4-b0c1-d34081b5bd70
  a a2a:Person ;
  rdfs:label "Annetta Roelophina Erdman Schmidt" ;
  a2a:PersonName [
    rdfs:label "Annetta Roelophina Erdman Schmidt" ;
    a2a:PersonNameFirstName "Annetta Roelophina" ;
    a2a:PersonNameLastName "Erdman Schmidt"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person-dc17a217-3724-830e-2d5d-62a4226501fd
  a a2a:Person ;
  rdfs:label "Jan David Erdman Schmidt" ;
  a2a:PersonName [
    rdfs:label "Jan David Erdman Schmidt" ;
    a2a:PersonNameFirstName "Jan David" ;
    a2a:PersonNameLastName "Erdman Schmidt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1877-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond"
  ] .

oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person:f1e32477-8665-3e40-6a11-c5a0b56aa6a5 ;
  a2a:EventKeyRef oa:event_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Event1 .

oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person:45dc0fde-4967-67f4-b0c1-d34081b5bd70 ;
  a2a:EventKeyRef oa:event_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Event1 .

oa:relationep_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Person:dc17a217-3724-830e-2d5d-62a4226501fd ;
  a2a:EventKeyRef oa:event_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761_Event1 .

oa:source_bhi_fcaa6e25-e826-368a-6e28-96f3bbdf7761
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1877-10-12 - 1877-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1877-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3630, Periode: 1877" ;
    a2a:Book "Overlijdensregister Helmond 1877" ;
    a2a:DocumentNumber "130" ;
    a2a:RegistryNumber "3630" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3630, Periode: 1877, Overlijdensregister Helmond 1877, 130, 3630"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/09c80bfb-93c6-6ae0-2270-f653bab72358.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/09c80bfb-93c6-6ae0-2270-f653bab72358.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fcaa6e25-e826-368a-6e28-96f3bbdf7761" ;
  a2a:RecordGUID "{fcaa6e25-e826-368a-6e28-96f3bbdf7761}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_32735_00032735.xml van BHI" .

