@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_ba1aa96c-376f-4173-b4d9-e0875faa3f26
  a a2a:Record ;
  rdfs:label "Overlijden op 17 juli 1970 te Etten-Leur" ;
  a2a:hasPerson oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-b2318a62-89f3-4d28-9629-f4e224d04abc, oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-7c2130cf-8c58-4c17-9818-59ce92b18771, oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-4a2ec0a8-6d18-4115-ba6c-473e4265954c, oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-a21352c9-fa34-4304-ba44-3a39eca8bd58 ;
  a2a:hasEvent oa:event_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_0, oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_1, oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_2 ;
  a2a:hasRelationPP oa:relationpp_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_0 ;
  a2a:hasSource oa:source_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26 .

oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-b2318a62-89f3-4d28-9629-f4e224d04abc
  a a2a:Person ;
  rdfs:label "Coleta Amelia van Gijsel" ;
  a2a:PersonName [
    rdfs:label "Coleta Amelia van Gijsel" ;
    a2a:PersonNameFirstName "Coleta Amelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gijsel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-7c2130cf-8c58-4c17-9818-59ce92b18771
  a a2a:Person ;
  rdfs:label "Maria Bastiaansen" ;
  a2a:PersonName [
    rdfs:label "Maria Bastiaansen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Bastiaansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-4a2ec0a8-6d18-4115-ba6c-473e4265954c
  a a2a:Person ;
  rdfs:label "Joannes Franciscus van Oosterwijck" ;
  a2a:PersonName [
    rdfs:label "Joannes Franciscus van Oosterwijck" ;
    a2a:PersonNameFirstName "Joannes Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterwijck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person-a21352c9-fa34-4304-ba44-3a39eca8bd58
  a a2a:Person ;
  rdfs:label "Lambertus Alphonsus van Oosterwijck" ;
  a2a:PersonName [
    rdfs:label "Lambertus Alphonsus van Oosterwijck" ;
    a2a:PersonNameFirstName "Lambertus Alphonsus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterwijck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1970-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur"
  ] .

oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person:b2318a62-89f3-4d28-9629-f4e224d04abc ;
  a2a:EventKeyRef oa:event_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Event1 .

oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person:4a2ec0a8-6d18-4115-ba6c-473e4265954c ;
  a2a:EventKeyRef oa:event_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Event1 .

oa:relationep_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person:a21352c9-fa34-4304-ba44-3a39eca8bd58 ;
  a2a:EventKeyRef oa:event_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Event1 .

oa:relationpp_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person:a21352c9-fa34-4304-ba44-3a39eca8bd58, oa:person_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26_Person:7c2130cf-8c58-4c17-9818-59ce92b18771 .

oa:source_wba_ba1aa96c-376f-4173-b4d9-e0875faa3f26
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur", "1970-07-17 - 1970-07-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-07-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-07-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1970-07-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Etten-Leur, 1950-1979, Bron: boek, Deel: 1251, Periode: 1970" ;
    a2a:Book "Overlijdensregister 1970" ;
    a2a:DocumentNumber "74" ;
    a2a:RegistryNumber "1251" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Etten-Leur, 1950-1979, Bron: boek, Deel: 1251, Periode: 1970, Overlijdensregister 1970, 74, 1251"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ba1aa96c-376f-4173-b4d9-e0875faa3f26" ;
  a2a:RecordGUID "{ba1aa96c-376f-4173-b4d9-e0875faa3f26}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13779_00013779.xml van WBA" .

