@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_1e2b1f92-64cb-cf3f-69cd-050d80ca9554
  a a2a:Record ;
  rdfs:label "Overlijden op 26 augustus 1954 te Roosendaal - Nispen" ;
  a2a:hasPerson oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-cceff400-89ed-339f-4b37-b8ea6b40ef7c, oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-e5c7a468-f9a3-59c2-70e9-873164bc8567, oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-7d73f06e-ce58-720a-07cd-56b900db433d, oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-68c09208-0032-731c-3064-e8da61bdc056 ;
  a2a:hasEvent oa:event_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_0, oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_1, oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_2 ;
  a2a:hasRelationPP oa:relationpp_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_0 ;
  a2a:hasSource oa:source_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554 .

oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-cceff400-89ed-339f-4b37-b8ea6b40ef7c
  a a2a:Person ;
  rdfs:label "Anna Helena Verheggen" ;
  a2a:PersonName [
    rdfs:label "Anna Helena Verheggen" ;
    a2a:PersonNameFirstName "Anna Helena" ;
    a2a:PersonNameLastName "Verheggen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-e5c7a468-f9a3-59c2-70e9-873164bc8567
  a a2a:Person ;
  rdfs:label "Maria Johanna Hubertina van Heel" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Hubertina van Heel" ;
    a2a:PersonNameFirstName "Maria Johanna Hubertina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-7d73f06e-ce58-720a-07cd-56b900db433d
  a a2a:Person ;
  rdfs:label "Martinus Severinus Hubertus Goldschmitz" ;
  a2a:PersonName [
    rdfs:label "Martinus Severinus Hubertus Goldschmitz" ;
    a2a:PersonNameFirstName "Martinus Severinus Hubertus" ;
    a2a:PersonNameLastName "Goldschmitz"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roermond" ;
    rdfs:label "Roermond"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person-68c09208-0032-731c-3064-e8da61bdc056
  a a2a:Person ;
  rdfs:label "Laurenz Hubert Goldschmitz" ;
  a2a:PersonName [
    rdfs:label "Laurenz Hubert Goldschmitz" ;
    a2a:PersonNameFirstName "Laurenz Hubert" ;
    a2a:PersonNameLastName "Goldschmitz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1954-08-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal - Nispen" ;
    rdfs:label "Roosendaal - Nispen"
  ] .

oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person:cceff400-89ed-339f-4b37-b8ea6b40ef7c ;
  a2a:EventKeyRef oa:event_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Event1 .

oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person:7d73f06e-ce58-720a-07cd-56b900db433d ;
  a2a:EventKeyRef oa:event_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Event1 .

oa:relationep_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person:68c09208-0032-731c-3064-e8da61bdc056 ;
  a2a:EventKeyRef oa:event_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Event1 .

oa:relationpp_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person:7d73f06e-ce58-720a-07cd-56b900db433d, oa:person_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554_Person:e5c7a468-f9a3-59c2-70e9-873164bc8567 .

oa:source_wba_1e2b1f92-64cb-cf3f-69cd-050d80ca9554
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1954-08-26 - 1954-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1954-08-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1936-1975, Bron: boek, Deel: 18523/13,..." ;
    a2a:Book "Overlijdensregister Roosendaal 1954" ;
    a2a:DocumentNumber "191" ;
    a2a:RegistryNumber "18523/13" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1936-1975, Bron: boek, Deel: 18523/13,..., Overlijdensregister Roosendaal 1954, 191, 18523/13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2b920d35-6733-53f5-ea9a-359e34e0a619.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1e2b1f92-64cb-cf3f-69cd-050d80ca9554" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2b920d35-6733-53f5-ea9a-359e34e0a619.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1e2b1f92-64cb-cf3f-69cd-050d80ca9554" ;
  a2a:RecordGUID "{1e2b1f92-64cb-cf3f-69cd-050d80ca9554}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12911_00012911.xml van WBA" .

