@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_14e2bb87-120d-ce96-debd-e3f129255f52
  a a2a:Record ;
  rdfs:label "Overlijden op 30 mei 1860 te Meeuwen, Hill en Babyloniënbroek" ;
  a2a:hasPerson oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-59a888ea-eeec-e515-f43b-45dc37e98c20, oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-8423784a-f343-f131-7605-ece6c541559a, oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-cc7f13de-78f9-e98f-7a23-f37fbce238f7, oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-9cefdbad-6c4d-a974-16ea-b6e1677fd4ed, oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-7a490e7b-4ed8-d900-92c3-82e71ca11a06 ;
  a2a:hasEvent oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_0, oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_1, oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_2, oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_3, oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_4 ;
  a2a:hasSource oa:source_sha_14e2bb87-120d-ce96-debd-e3f129255f52 .

oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-59a888ea-eeec-e515-f43b-45dc37e98c20
  a a2a:Person ;
  rdfs:label "Petrus Jacobus Arnoldus Holl" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus Arnoldus Holl" ;
    a2a:PersonNameFirstName "Petrus Jacobus Arnoldus" ;
    a2a:PersonNameLastName "Holl"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "3" ;
    rdfs:label "3"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] .

oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-8423784a-f343-f131-7605-ece6c541559a
  a a2a:Person ;
  rdfs:label "Fas de Groot" ;
  a2a:PersonName [
    rdfs:label "Fas de Groot" ;
    a2a:PersonNameFirstName "Fas" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Babyloniënbroek" ;
    rdfs:label "Babyloniënbroek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "bouwman" .

oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-cc7f13de-78f9-e98f-7a23-f37fbce238f7
  a a2a:Person ;
  rdfs:label "Roeland Smits" ;
  a2a:PersonName [
    rdfs:label "Roeland Smits" ;
    a2a:PersonNameFirstName "Roeland" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "70" ;
    rdfs:label "70"
  ] ;
  a2a:Profession "veldwachter" .

oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-9cefdbad-6c4d-a974-16ea-b6e1677fd4ed
  a a2a:Person ;
  rdfs:label "Elizabeth Arnolda Augustinus" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Arnolda Augustinus" ;
    a2a:PersonNameFirstName "Elizabeth Arnolda" ;
    a2a:PersonNameLastName "Augustinus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person-7a490e7b-4ed8-d900-92c3-82e71ca11a06
  a a2a:Person ;
  rdfs:label "Petrus Jacobus Holl" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus Holl" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNameLastName "Holl"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1860-05-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meeuwen, Hill en Babyloniënbroek" ;
    rdfs:label "Meeuwen, Hill en Babyloniënbroek"
  ] .

oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person:59a888ea-eeec-e515-f43b-45dc37e98c20 ;
  a2a:EventKeyRef oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 .

oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person:8423784a-f343-f131-7605-ece6c541559a ;
  a2a:EventKeyRef oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 .

oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person:cc7f13de-78f9-e98f-7a23-f37fbce238f7 ;
  a2a:EventKeyRef oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 .

oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person:9cefdbad-6c4d-a974-16ea-b6e1677fd4ed ;
  a2a:EventKeyRef oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 .

oa:relationep_sha_14e2bb87-120d-ce96-debd-e3f129255f52_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Person:7a490e7b-4ed8-d900-92c3-82e71ca11a06 ;
  a2a:EventKeyRef oa:event_sha_14e2bb87-120d-ce96-debd-e3f129255f52_Event1 .

oa:source_sha_14e2bb87-120d-ce96-debd-e3f129255f52
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen", "1860-05-30 - 1860-05-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-05-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-05-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1860-05-30"^^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: 4281, Periode: 1853-1862" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "4281" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 4281, Periode: 1853-1862, Overlijdensregister, 5, 4281"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/6294b516-a2bd-9e05-e3fc-b42581ef67dd.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/14e2bb87-120d-ce96-debd-e3f129255f52" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/6294b516-a2bd-9e05-e3fc-b42581ef67dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/14e2bb87-120d-ce96-debd-e3f129255f52" ;
  a2a:RecordGUID "{14e2bb87-120d-ce96-debd-e3f129255f52}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_4_00000004.xml van SHA" .

[] a2a:PersonRemarkdiversen "overleden" .
