@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_efc39854-1ebe-9d03-79a2-e1cf65053cbb
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juli 1829 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-756b82a7-2eb4-83fc-e3ed-44d9eca8f82d, oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-941df51c-cbd3-ac4b-f03f-3c31df706c19, oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-96ae6f2d-9bf1-30d9-7561-bb117a040999, oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-b17887a6-db93-9d98-3b31-14f58e82b81b ;
  a2a:hasEvent oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_0, oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_1, oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_2, oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_3 ;
  a2a:hasSource oa:source_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb .

oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-756b82a7-2eb4-83fc-e3ed-44d9eca8f82d
  a a2a:Person ;
  rdfs:label "Cornelis de Vries" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Vries" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-941df51c-cbd3-ac4b-f03f-3c31df706c19
  a a2a:Person ;
  rdfs:label "Johannes van Schijndel" ;
  a2a:PersonName [
    rdfs:label "Johannes van Schijndel" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Schijndel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-96ae6f2d-9bf1-30d9-7561-bb117a040999
  a a2a:Person ;
  rdfs:label "Johannes de Vries" ;
  a2a:PersonName [
    rdfs:label "Johannes de Vries" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "3" ;
    rdfs:label "3"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person-b17887a6-db93-9d98-3b31-14f58e82b81b
  a a2a:Person ;
  rdfs:label "Fransisca Franken" ;
  a2a:PersonName [
    rdfs:label "Fransisca Franken" ;
    a2a:PersonNameFirstName "Fransisca" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1829-07-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person:756b82a7-2eb4-83fc-e3ed-44d9eca8f82d ;
  a2a:EventKeyRef oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1 .

oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person:941df51c-cbd3-ac4b-f03f-3c31df706c19 ;
  a2a:EventKeyRef oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1 .

oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person:96ae6f2d-9bf1-30d9-7561-bb117a040999 ;
  a2a:EventKeyRef oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1 .

oa:relationep_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Person:b17887a6-db93-9d98-3b31-14f58e82b81b ;
  a2a:EventKeyRef oa:event_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb_Event1 .

oa:source_sha_efc39854-1ebe-9d03-79a2-e1cf65053cbb
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1829-07-28 - 1829-07-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-07-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-07-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1829-07-28"^^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: 2624, Periode: 1826-1838" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "2624" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2624, Periode: 1826-1838, Overlijdensregister, 47, 2624"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/cb5d60ff-8a96-a818-978e-ece5f8322e26.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/efc39854-1ebe-9d03-79a2-e1cf65053cbb" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/cb5d60ff-8a96-a818-978e-ece5f8322e26.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/efc39854-1ebe-9d03-79a2-e1cf65053cbb" ;
  a2a:RecordGUID "{efc39854-1ebe-9d03-79a2-e1cf65053cbb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_55_00000055.xml van SHA" .

