@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_75df1ffa-ba68-bee5-84a7-e26ce6f96325
  a a2a:Record ;
  rdfs:label "Overlijden op 22 februari 1953 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-38926286-f96f-8bd9-195d-3d53b0cab8d8, oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-887987f7-64e1-e815-825c-e386b1973c2d, oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-2c3a6946-7a79-042c-a066-aa7df2529ae0, oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-24aaa59e-9f29-93b8-8d74-a454334304c7 ;
  a2a:hasEvent oa:event_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_0, oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_1, oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_2 ;
  a2a:hasRelationPP oa:relationpp_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_0 ;
  a2a:hasSource oa:source_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325 .

oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-38926286-f96f-8bd9-195d-3d53b0cab8d8
  a a2a:Person ;
  rdfs:label "Catharina Goossens" ;
  a2a:PersonName [
    rdfs:label "Catharina Goossens" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-887987f7-64e1-e815-825c-e386b1973c2d
  a a2a:Person ;
  rdfs:label "Petrus Jacobus Nieuwlaat" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus Nieuwlaat" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNameLastName "Nieuwlaat"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-2c3a6946-7a79-042c-a066-aa7df2529ae0
  a a2a:Person ;
  rdfs:label "Antonetta de Leeuw" ;
  a2a:PersonName [
    rdfs:label "Antonetta de Leeuw" ;
    a2a:PersonNameFirstName "Antonetta" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Leeuw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person-24aaa59e-9f29-93b8-8d74-a454334304c7
  a a2a:Person ;
  rdfs:label "Adrianus Alfonsus Nieuwlaat" ;
  a2a:PersonName [
    rdfs:label "Adrianus Alfonsus Nieuwlaat" ;
    a2a:PersonNameFirstName "Adrianus Alfonsus" ;
    a2a:PersonNameLastName "Nieuwlaat"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zandvoort" ;
    rdfs:label "Zandvoort"
  ] ;
  a2a:Profession "los werkman" .

oa:event_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1953-02-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person:887987f7-64e1-e815-825c-e386b1973c2d ;
  a2a:EventKeyRef oa:event_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Event1 .

oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person:2c3a6946-7a79-042c-a066-aa7df2529ae0 ;
  a2a:EventKeyRef oa:event_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Event1 .

oa:relationep_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person:24aaa59e-9f29-93b8-8d74-a454334304c7 ;
  a2a:EventKeyRef oa:event_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Event1 .

oa:relationpp_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person:24aaa59e-9f29-93b8-8d74-a454334304c7, oa:person_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325_Person:38926286-f96f-8bd9-195d-3d53b0cab8d8 .

oa:source_wba_75df1ffa-ba68-bee5-84a7-e26ce6f96325
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1953-02-22 - 1953-02-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-02-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-02-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1953-02-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10012, Pe..." ;
    a2a:Book "Overlijdensregister 1951-1960" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "10012" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10012, Pe..., Overlijdensregister 1951-1960, 6, 10012"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/005d9a94-7f70-6eaa-9f38-17be4655c116.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/75df1ffa-ba68-bee5-84a7-e26ce6f96325" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/005d9a94-7f70-6eaa-9f38-17be4655c116.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-06-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/75df1ffa-ba68-bee5-84a7-e26ce6f96325" ;
  a2a:RecordGUID "{75df1ffa-ba68-bee5-84a7-e26ce6f96325}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12588_00012588.xml van WBA" .

