@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_fbd9b183-c86e-7008-9adb-442d84d4e2cf
  a a2a:Record ;
  rdfs:label "Overlijden op 14 februari 1852 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-809ee95f-105b-6d1b-c93b-0704af479d56, oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-c049f86f-54e1-44c9-d128-2277d9a34a6c, oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-9fcb29e4-31a1-d610-2d96-97e9e1ad7be4, oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-ab12d239-cc3a-cc31-2416-0d2360b08408 ;
  a2a:hasEvent oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_0, oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_1, oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_2, oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_3 ;
  a2a:hasSource oa:source_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf .

oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-809ee95f-105b-6d1b-c93b-0704af479d56
  a a2a:Person ;
  rdfs:label "Goverdina Rietjee" ;
  a2a:PersonName [
    rdfs:label "Goverdina Rietjee" ;
    a2a:PersonNameFirstName "Goverdina" ;
    a2a:PersonNameLastName "Rietjee"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "8 dagen" ;
    rdfs:label "8 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-c049f86f-54e1-44c9-d128-2277d9a34a6c
  a a2a:Person ;
  rdfs:label "Jacobus van Loon" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Loon" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "46" ;
    rdfs:label "46"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-9fcb29e4-31a1-d610-2d96-97e9e1ad7be4
  a a2a:Person ;
  rdfs:label "Hendrikus Rietjee" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Rietjee" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Rietjee"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person-ab12d239-cc3a-cc31-2416-0d2360b08408
  a a2a:Person ;
  rdfs:label "Johanna Pullens" ;
  a2a:PersonName [
    rdfs:label "Johanna Pullens" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Pullens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1852-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person:809ee95f-105b-6d1b-c93b-0704af479d56 ;
  a2a:EventKeyRef oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1 .

oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person:c049f86f-54e1-44c9-d128-2277d9a34a6c ;
  a2a:EventKeyRef oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1 .

oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person:9fcb29e4-31a1-d610-2d96-97e9e1ad7be4 ;
  a2a:EventKeyRef oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1 .

oa:relationep_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Person:ab12d239-cc3a-cc31-2416-0d2360b08408 ;
  a2a:EventKeyRef oa:event_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf_Event1 .

oa:source_sha_fbd9b183-c86e-7008-9adb-442d84d4e2cf
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1852-02-14 - 1852-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1852-02-14"^^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: 2626, Periode: 1850-1858" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "2626" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2626, Periode: 1850-1858, Overlijdensregister, 10, 2626"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/52d4f5c8-91e2-dfe8-d5f1-ac653e049f44.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/fbd9b183-c86e-7008-9adb-442d84d4e2cf" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/52d4f5c8-91e2-dfe8-d5f1-ac653e049f44.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/fbd9b183-c86e-7008-9adb-442d84d4e2cf" ;
  a2a:RecordGUID "{fbd9b183-c86e-7008-9adb-442d84d4e2cf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7349_00007349.xml van SHA" .

