@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_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc
  a a2a:Record ;
  rdfs:label "Overlijden op 29 september 1950 te Wouw" ;
  a2a:hasPerson oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-cb8655dd-7278-daff-5dd0-0998a0627267, oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-db197b01-5adb-b97c-82cb-6e297cffe893, oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-f019e1f9-4be3-00eb-f980-922d770dc21b ;
  a2a:hasEvent oa:event_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_0, oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_1, oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_2 ;
  a2a:hasSource oa:source_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc .

oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-cb8655dd-7278-daff-5dd0-0998a0627267
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Adriana van den Berg" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Adriana van den Berg" ;
    a2a:PersonNameFirstName "Maria Elisabeth Adriana" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-db197b01-5adb-b97c-82cb-6e297cffe893
  a a2a:Person ;
  rdfs:label "Levenloos kind Boden" ;
  a2a:PersonName [
    rdfs:label "Levenloos kind Boden" ;
    a2a:PersonNameFirstName "Levenloos kind" ;
    a2a:PersonNameLastName "Boden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person-f019e1f9-4be3-00eb-f980-922d770dc21b
  a a2a:Person ;
  rdfs:label "Adrianus Marinus Boden" ;
  a2a:PersonName [
    rdfs:label "Adrianus Marinus Boden" ;
    a2a:PersonNameFirstName "Adrianus Marinus" ;
    a2a:PersonNameLastName "Boden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1950" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1950-09-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person:cb8655dd-7278-daff-5dd0-0998a0627267 ;
  a2a:EventKeyRef oa:event_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Event1 .

oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person:db197b01-5adb-b97c-82cb-6e297cffe893 ;
  a2a:EventKeyRef oa:event_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Event1 .

oa:relationep_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Person:f019e1f9-4be3-00eb-f980-922d770dc21b ;
  a2a:EventKeyRef oa:event_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc_Event1 .

oa:source_wba_786f07d0-e9c3-49a0-aeec-3d2765b647dc
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1950-09-29 - 1950-09-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1950-09-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-09-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1950" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1950-09-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1928-1970, Bron: boek, Deel: 1939, Periode: 1950" ;
    a2a:Book "Overlijdensregister Wouw 1950" ;
    a2a:DocumentNumber "30" ;
    a2a:RegistryNumber "1939" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1928-1970, Bron: boek, Deel: 1939, Periode: 1950, Overlijdensregister Wouw 1950, 30, 1939"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2cbf155a-493f-e7bd-ecc4-f836cc957611.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/786f07d0-e9c3-49a0-aeec-3d2765b647dc" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2cbf155a-493f-e7bd-ecc4-f836cc957611.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/786f07d0-e9c3-49a0-aeec-3d2765b647dc" ;
  a2a:RecordGUID "{786f07d0-e9c3-49a0-aeec-3d2765b647dc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12598_00012598.xml van WBA" .

[] a2a:PersonRemarkdiversen "een levenloos kind" .
