@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_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea
  a a2a:Record ;
  rdfs:label "Overlijden op 4 januari 1942 te Wijk en Aalburg" ;
  a2a:hasPerson oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-6b41e58a-e0a5-c8a5-ef64-c980f3eb51ea, oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-1ce1a0ed-cd40-b140-2376-bbf213cedb0e, oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-32c9f6e8-42da-1378-a7bb-29bf440188b5, oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-c33f69d2-17d5-2c39-e8ad-272f71eb8e5e, oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-85492661-29f7-a624-7bfc-6bd403df0fdf ;
  a2a:hasEvent oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_0, oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_1, oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_2, oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_3, oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_4 ;
  a2a:hasSource oa:source_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea .

oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-6b41e58a-e0a5-c8a5-ef64-c980f3eb51ea
  a a2a:Person ;
  rdfs:label "Bastiaan Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Nieuwkoop" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "80" ;
    rdfs:label "80"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-1ce1a0ed-cd40-b140-2376-bbf213cedb0e
  a a2a:Person ;
  rdfs:label "Kornelia Colijn" ;
  a2a:PersonName [
    rdfs:label "Kornelia Colijn" ;
    a2a:PersonNameFirstName "Kornelia" ;
    a2a:PersonNameLastName "Colijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-32c9f6e8-42da-1378-a7bb-29bf440188b5
  a a2a:Person ;
  rdfs:label "Dirk de Graaff" ;
  a2a:PersonName [
    rdfs:label "Dirk de Graaff" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaff"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-c33f69d2-17d5-2c39-e8ad-272f71eb8e5e
  a a2a:Person ;
  rdfs:label "Willemijntje van de Wetering" ;
  a2a:PersonName [
    rdfs:label "Willemijntje van de Wetering" ;
    a2a:PersonNameFirstName "Willemijntje" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wetering"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person-85492661-29f7-a624-7bfc-6bd403df0fdf
  a a2a:Person ;
  rdfs:label "Corstiaan Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Corstiaan Nieuwkoop" ;
    a2a:PersonNameFirstName "Corstiaan" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1942-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg"
  ] .

oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person:6b41e58a-e0a5-c8a5-ef64-c980f3eb51ea ;
  a2a:EventKeyRef oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 .

oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_1
  a a2a:RelationEP ;
  rdfs:label "other:Wed." ;
  a2a:RelationType "other:Wed." ;
  a2a:PersonKeyRef oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person:1ce1a0ed-cd40-b140-2376-bbf213cedb0e ;
  a2a:EventKeyRef oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 .

oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person:32c9f6e8-42da-1378-a7bb-29bf440188b5 ;
  a2a:EventKeyRef oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 .

oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person:c33f69d2-17d5-2c39-e8ad-272f71eb8e5e ;
  a2a:EventKeyRef oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 .

oa:relationep_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Person:85492661-29f7-a624-7bfc-6bd403df0fdf ;
  a2a:EventKeyRef oa:event_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea_Event1 .

oa:source_sha_3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg", "1942-01-04 - 1942-01-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-01-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-01-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1942-01-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: 5962, Periode: 1941-1950" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "5962" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 5962, Periode: 1941-1950, Overlijdensregister, 1, 5962"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/e76a2866-5592-be60-4b4e-4dae57747bc0.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/e76a2866-5592-be60-4b4e-4dae57747bc0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea" ;
  a2a:RecordGUID "{3d1c4eb7-a49b-7a2e-3f96-fa6e516291ea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_38_00000038.xml van SHA" .

[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
