@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_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb
  a a2a:Record ;
  rdfs:label "Overlijden op 23 februari 1927 te Asten" ;
  a2a:hasPerson oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216ea382-4633-11e3-a747-d206bceb4d38, oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216f48a0-4633-11e3-a747-d206bceb4d38, oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216ee5cc-4633-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_0, oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_1, oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_2 ;
  a2a:hasSource oa:source_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb .

oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216ea382-4633-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Anna Hendrika Maria Verspeek" ;
  a2a:PersonName [
    rdfs:label "Anna Hendrika Maria Verspeek" ;
    a2a:PersonNameFirstName "Anna Hendrika Maria" ;
    a2a:PersonNameLastName "Verspeek"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216f48a0-4633-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Tina Sloots" ;
  a2a:PersonName [
    rdfs:label "Tina Sloots" ;
    a2a:PersonNameFirstName "Tina" ;
    a2a:PersonNameLastName "Sloots"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person-216ee5cc-4633-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Willem Verspeek" ;
  a2a:PersonName [
    rdfs:label "Willem Verspeek" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Verspeek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1927" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1927-02-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten"
  ] .

oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person:216ea382-4633-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Event1 .

oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person:216f48a0-4633-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Event1 .

oa:relationep_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Person:216ee5cc-4633-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb_Event1 .

oa:source_bhi_940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten", "1927-01-01 - 1927-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1927-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1927-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 106, Periode: 1927" ;
    a2a:Book "Overlijdensregister Asten 1927" ;
    a2a:DocumentNumber "30" ;
    a2a:RegistryNumber "106" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 106, Periode: 1927, Overlijdensregister Asten 1927, 30, 106"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/adc1e371-6b0d-93d3-ef04-73602c4c7ddd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/adc1e371-6b0d-93d3-ef04-73602c4c7ddd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-11-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb" ;
  a2a:RecordGUID "{940784c8-e8b2-e3ed-1dc2-a3e5189e0cdb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78757_00078757.xml van BHI" .

