@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_f8ffbb99-d63d-12ca-b94d-59a9e2045b05
  a a2a:Record ;
  rdfs:label "Overlijden op 30 augustus 1889 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-1473ebc4-308f-c60d-bd1f-dbca684fad12, oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-db20cda2-b659-ffd1-d096-0804adbb4485, oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-1436971c-b06c-a8a0-9771-6a3e0aa057a9, oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-467e3a81-3aa7-6256-07cc-fc31ce09dc05 ;
  a2a:hasEvent oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_0, oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_1, oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_2, oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_3 ;
  a2a:hasSource oa:source_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05 .

oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-1473ebc4-308f-c60d-bd1f-dbca684fad12
  a a2a:Person ;
  rdfs:label "Antonetta Mathilda van Vuuren" ;
  a2a:PersonName [
    rdfs:label "Antonetta Mathilda van Vuuren" ;
    a2a:PersonNameFirstName "Antonetta Mathilda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vuuren"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "6 maanden" ;
    rdfs:label "6 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-db20cda2-b659-ffd1-d096-0804adbb4485
  a a2a:Person ;
  rdfs:label "Johannes Botermans" ;
  a2a:PersonName [
    rdfs:label "Johannes Botermans" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Botermans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "fondsbode" .

oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-1436971c-b06c-a8a0-9771-6a3e0aa057a9
  a a2a:Person ;
  rdfs:label "Antonetta Maijers" ;
  a2a:PersonName [
    rdfs:label "Antonetta Maijers" ;
    a2a:PersonNameFirstName "Antonetta" ;
    a2a:PersonNameLastName "Maijers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person-467e3a81-3aa7-6256-07cc-fc31ce09dc05
  a a2a:Person ;
  rdfs:label "Matheus van Vuuren" ;
  a2a:PersonName [
    rdfs:label "Matheus van Vuuren" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vuuren"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "54" ;
    rdfs:label "54"
  ] ;
  a2a:Profession "arbeider" .

oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1889-08-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person:1473ebc4-308f-c60d-bd1f-dbca684fad12 ;
  a2a:EventKeyRef oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1 .

oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person:db20cda2-b659-ffd1-d096-0804adbb4485 ;
  a2a:EventKeyRef oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1 .

oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person:1436971c-b06c-a8a0-9771-6a3e0aa057a9 ;
  a2a:EventKeyRef oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1 .

oa:relationep_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Person:467e3a81-3aa7-6256-07cc-fc31ce09dc05 ;
  a2a:EventKeyRef oa:event_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05_Event1 .

oa:source_sha_f8ffbb99-d63d-12ca-b94d-59a9e2045b05
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1889-08-30 - 1889-08-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-08-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-08-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1889-08-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: 2630, Periode: 1885-1891" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "76" ;
    a2a:RegistryNumber "2630" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2630, Periode: 1885-1891, Overlijdensregister, 76, 2630"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/ad326ac7-ff29-e620-284b-37a12124a451.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/f8ffbb99-d63d-12ca-b94d-59a9e2045b05" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/ad326ac7-ff29-e620-284b-37a12124a451.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/f8ffbb99-d63d-12ca-b94d-59a9e2045b05" ;
  a2a:RecordGUID "{f8ffbb99-d63d-12ca-b94d-59a9e2045b05}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_6844_00006844.xml van SHA" .

