@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_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f
  a a2a:Record ;
  rdfs:label "Overlijden op 17 april 1933 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-40816f3f-ee58-5d73-0011-f822657d8c4b, oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-52562fd1-7729-5b65-7c20-b0b665ceb09c, oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-e8b343bd-b95a-e8e3-cc25-33d4b93ec3da, oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-e1e71fa8-7376-d887-5507-85461b103e0e ;
  a2a:hasEvent oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_0, oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_1, oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_2, oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_3 ;
  a2a:hasSource oa:source_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f .

oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-40816f3f-ee58-5d73-0011-f822657d8c4b
  a a2a:Person ;
  rdfs:label "Franciscus Ludovicus Josephus Marinus Pullens" ;
  a2a:PersonName [
    rdfs:label "Franciscus Ludovicus Josephus Marinus Pullens" ;
    a2a:PersonNameFirstName "Franciscus Ludovicus Josephus Marinus" ;
    a2a:PersonNameLastName "Pullens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 weken" ;
    rdfs:label "2 weken"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-52562fd1-7729-5b65-7c20-b0b665ceb09c
  a a2a:Person ;
  rdfs:label "Johannes Josephus Antoon van Drunen" ;
  a2a:PersonName [
    rdfs:label "Johannes Josephus Antoon van Drunen" ;
    a2a:PersonNameFirstName "Johannes Josephus Antoon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Drunen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "onderwijzer" .

oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-e8b343bd-b95a-e8e3-cc25-33d4b93ec3da
  a a2a:Person ;
  rdfs:label "Cornelia Henrica Antonia van Gaalen" ;
  a2a:PersonName [
    rdfs:label "Cornelia Henrica Antonia van Gaalen" ;
    a2a:PersonNameFirstName "Cornelia Henrica Antonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gaalen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person-e1e71fa8-7376-d887-5507-85461b103e0e
  a a2a:Person ;
  rdfs:label "Cornelis Wilhelmus Pullens" ;
  a2a:PersonName [
    rdfs:label "Cornelis Wilhelmus Pullens" ;
    a2a:PersonNameFirstName "Cornelis Wilhelmus" ;
    a2a:PersonNameLastName "Pullens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "schoenfabrikant" .

oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1933-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person:40816f3f-ee58-5d73-0011-f822657d8c4b ;
  a2a:EventKeyRef oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1 .

oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person:52562fd1-7729-5b65-7c20-b0b665ceb09c ;
  a2a:EventKeyRef oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1 .

oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person:e8b343bd-b95a-e8e3-cc25-33d4b93ec3da ;
  a2a:EventKeyRef oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1 .

oa:relationep_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Person:e1e71fa8-7376-d887-5507-85461b103e0e ;
  a2a:EventKeyRef oa:event_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f_Event1 .

oa:source_sha_32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1933-04-17 - 1933-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1933" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1933-04-17"^^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: 2636, Periode: 1933-1936" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "2636" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2636, Periode: 1933-1936, Overlijdensregister, 42, 2636"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/c7fd8af7-6c68-f8f4-8dd1-11eb5d8f113a.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/c7fd8af7-6c68-f8f4-8dd1-11eb5d8f113a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f" ;
  a2a:RecordGUID "{32f6e63e-2d17-a9e3-fb4e-1d1f15f4249f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_6826_00006826.xml van SHA" .

