@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_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juni 1971 te Steenbergen" ;
  a2a:hasPerson oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-dab8c485-b67e-683d-0e48-f1b708b7c6e6, oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-80fc74c8-5dc7-830d-9695-96a941806c27, oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-d41c219f-2985-dcea-9eb0-40f59d28b321 ;
  a2a:hasEvent oa:event_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_0, oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_1, oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_2 ;
  a2a:hasSource oa:source_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f .

oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-dab8c485-b67e-683d-0e48-f1b708b7c6e6
  a a2a:Person ;
  rdfs:label "Henricus Janson" ;
  a2a:PersonName [
    rdfs:label "Henricus Janson" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Janson"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-80fc74c8-5dc7-830d-9695-96a941806c27
  a a2a:Person ;
  rdfs:label "Uphemia Maria de Bruin" ;
  a2a:PersonName [
    rdfs:label "Uphemia Maria de Bruin" ;
    a2a:PersonNameFirstName "Uphemia Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bruin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person-d41c219f-2985-dcea-9eb0-40f59d28b321
  a a2a:Person ;
  rdfs:label "Elisabeth Cornelia Janson" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Cornelia Janson" ;
    a2a:PersonNameFirstName "Elisabeth Cornelia" ;
    a2a:PersonNameLastName "Janson"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:event_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1971-06-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person:dab8c485-b67e-683d-0e48-f1b708b7c6e6 ;
  a2a:EventKeyRef oa:event_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Event1 .

oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person:80fc74c8-5dc7-830d-9695-96a941806c27 ;
  a2a:EventKeyRef oa:event_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Event1 .

oa:relationep_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Person:d41c219f-2985-dcea-9eb0-40f59d28b321 ;
  a2a:EventKeyRef oa:event_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f_Event1 .

oa:source_wba_e249b1b5-a3eb-5ce0-3da0-e0789b44a44f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1971-06-26 - 1971-06-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-06-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-06-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1971-06-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Steenbergen - burgerlijke stand, Bron: boek, Periode: 1971" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "34" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Steenbergen - burgerlijke stand, Bron: boek, Periode: 1971, Overlijdensregister 1971, 34"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0a5b1598-afaf-d05e-4ed6-0d27f39ba886.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e249b1b5-a3eb-5ce0-3da0-e0789b44a44f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0a5b1598-afaf-d05e-4ed6-0d27f39ba886.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-04-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e249b1b5-a3eb-5ce0-3da0-e0789b44a44f" ;
  a2a:RecordGUID "{e249b1b5-a3eb-5ce0-3da0-e0789b44a44f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_19190_00019190.xml van WBA" .

