@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_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99
  a a2a:Record ;
  rdfs:label "Overlijden op 27 september 1910 te Herpt" ;
  a2a:hasPerson oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-5a149453-2cd4-22d8-d62b-de26d82889ce, oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-5940cbd6-6372-641d-9c5a-2ef070790efa, oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-370d8b92-f9d7-942d-7808-2ee16a358abe, oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-fc46273f-e841-7b0d-f0a4-33885707817d ;
  a2a:hasEvent oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_0, oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_1, oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_2, oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_3 ;
  a2a:hasSource oa:source_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99 .

oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-5a149453-2cd4-22d8-d62b-de26d82889ce
  a a2a:Person ;
  rdfs:label "Adriana Maria de Wilt" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria de Wilt" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wilt"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Herpt" ;
    rdfs:label "Herpt"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-5940cbd6-6372-641d-9c5a-2ef070790efa
  a a2a:Person ;
  rdfs:label "Anne Leendert Erkelens" ;
  a2a:PersonName [
    rdfs:label "Anne Leendert Erkelens" ;
    a2a:PersonNameFirstName "Anne Leendert" ;
    a2a:PersonNameLastName "Erkelens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arts" .

oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-370d8b92-f9d7-942d-7808-2ee16a358abe
  a a2a:Person ;
  rdfs:label "Willem Cornelis Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Willem Cornelis Verhoeven" ;
    a2a:PersonNameFirstName "Willem Cornelis" ;
    a2a:PersonNameLastName "Verhoeven"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Herpt" ;
    rdfs:label "Herpt"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "bakker" .

oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person-fc46273f-e841-7b0d-f0a4-33885707817d
  a a2a:Person ;
  rdfs:label "Johanna Wilhelmina Maria Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Johanna Wilhelmina Maria Verhoeven" ;
    a2a:PersonNameFirstName "Johanna Wilhelmina Maria" ;
    a2a:PersonNameLastName "Verhoeven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Herpt" ;
    rdfs:label "Herpt"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "4 maanden" ;
    rdfs:label "4 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Herpt" ;
    rdfs:label "Herpt"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1910-09-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Herpt" ;
    rdfs:label "Herpt"
  ] .

oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person:5a149453-2cd4-22d8-d62b-de26d82889ce ;
  a2a:EventKeyRef oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1 .

oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person:5940cbd6-6372-641d-9c5a-2ef070790efa ;
  a2a:EventKeyRef oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1 .

oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person:370d8b92-f9d7-942d-7808-2ee16a358abe ;
  a2a:EventKeyRef oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1 .

oa:relationep_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Person:fc46273f-e841-7b0d-f0a4-33885707817d ;
  a2a:EventKeyRef oa:event_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99_Event1 .

oa:source_sha_fee102dd-e9e5-3e37-57b1-785f2c6b2c99
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Herpt en Bern" ;
    rdfs:label "Herpt en Bern", "1910-09-27 - 1910-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1910-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 3979, Periode: 1903-1912" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "3979" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 3979, Periode: 1903-1912, Overlijdensregister, 4, 3979"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/29069fc9-bc04-3f01-e9c0-a9bf23642ab0.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/fee102dd-e9e5-3e37-57b1-785f2c6b2c99" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/29069fc9-bc04-3f01-e9c0-a9bf23642ab0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/fee102dd-e9e5-3e37-57b1-785f2c6b2c99" ;
  a2a:RecordGUID "{fee102dd-e9e5-3e37-57b1-785f2c6b2c99}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1354_00001354.xml van SHA" .

