@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_e0bbca62-5a05-170b-c2fc-16b6ccea78da
  a a2a:Record ;
  rdfs:label "Overlijden op 4 april 1935 te Waspik" ;
  a2a:hasPerson oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-7cb740fb-a1b5-8a88-611f-839f68635eb1, oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-76c80604-768b-1d3c-4a33-352e5e6668f3, oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-3b42e1d7-7e3f-993d-3964-43c8a1777fe6 ;
  a2a:hasEvent oa:event_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_0, oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_1, oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_2 ;
  a2a:hasSource oa:source_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da .

oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-7cb740fb-a1b5-8a88-611f-839f68635eb1
  a a2a:Person ;
  rdfs:label "Anna Adriana de Ruijter" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana de Ruijter" ;
    a2a:PersonNameFirstName "Anna Adriana" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruijter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-76c80604-768b-1d3c-4a33-352e5e6668f3
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Vervoort" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Vervoort" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person-3b42e1d7-7e3f-993d-3964-43c8a1777fe6
  a a2a:Person ;
  rdfs:label "Cornelis Petrus Matheus Vervoort" ;
  a2a:PersonName [
    rdfs:label "Cornelis Petrus Matheus Vervoort" ;
    a2a:PersonNameFirstName "Cornelis Petrus Matheus" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "16 maanden" ;
    rdfs:label "16 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1935" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1935-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] .

oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person:7cb740fb-a1b5-8a88-611f-839f68635eb1 ;
  a2a:EventKeyRef oa:event_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Event1 .

oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person:76c80604-768b-1d3c-4a33-352e5e6668f3 ;
  a2a:EventKeyRef oa:event_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Event1 .

oa:relationep_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Person:3b42e1d7-7e3f-993d-3964-43c8a1777fe6 ;
  a2a:EventKeyRef oa:event_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da_Event1 .

oa:source_sha_e0bbca62-5a05-170b-c2fc-16b6ccea78da
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1935-04-04 - 1935-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1935" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1935-04-04"^^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: 186, Periode: 1930-1939" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "186" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 186, Periode: 1930-1939, Overlijdensregister, 13, 186"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/29f077c5-45e8-b090-9347-f26d488c5adc.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e0bbca62-5a05-170b-c2fc-16b6ccea78da" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/29f077c5-45e8-b090-9347-f26d488c5adc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-06-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e0bbca62-5a05-170b-c2fc-16b6ccea78da" ;
  a2a:RecordGUID "{e0bbca62-5a05-170b-c2fc-16b6ccea78da}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1329_00001329.xml van SHA" .

