@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_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e
  a a2a:Record ;
  rdfs:label "Overlijden op 3 december 1960 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-9ccbfb13-0974-737f-3a56-82ff608c9163, oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-73e811f5-19c1-e459-98fb-944941812cc6, oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-827aef4c-a78c-6ee3-8fd1-ab46a6851492 ;
  a2a:hasEvent oa:event_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_0, oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_1, oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_2 ;
  a2a:hasSource oa:source_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e .

oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-9ccbfb13-0974-737f-3a56-82ff608c9163
  a a2a:Person ;
  rdfs:label "Adriana Maria Lazeroms" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Lazeroms" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Lazeroms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-73e811f5-19c1-e459-98fb-944941812cc6
  a a2a:Person ;
  rdfs:label "Adrianus Martinus Johannes Goetstouwers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Martinus Johannes Goetstouwers" ;
    a2a:PersonNameFirstName "Adrianus Martinus Johannes" ;
    a2a:PersonNameLastName "Goetstouwers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person-827aef4c-a78c-6ee3-8fd1-ab46a6851492
  a a2a:Person ;
  rdfs:label "Jose Adriana Maria Goetstouwers" ;
  a2a:PersonName [
    rdfs:label "Jose Adriana Maria Goetstouwers" ;
    a2a:PersonNameFirstName "Jose Adriana Maria" ;
    a2a:PersonNameLastName "Goetstouwers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "20 dagen" ;
    rdfs:label "20 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:event_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1960" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1960-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person:9ccbfb13-0974-737f-3a56-82ff608c9163 ;
  a2a:EventKeyRef oa:event_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Event1 .

oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person:73e811f5-19c1-e459-98fb-944941812cc6 ;
  a2a:EventKeyRef oa:event_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Event1 .

oa:relationep_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Person:827aef4c-a78c-6ee3-8fd1-ab46a6851492 ;
  a2a:EventKeyRef oa:event_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e_Event1 .

oa:source_wba_83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1960-12-03 - 1960-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1960-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1960-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1960" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1960-12-03"^^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/19,..." ;
    a2a:Book "Overlijdensregister Roosendaal 1960" ;
    a2a:DocumentNumber "313" ;
    a2a:RegistryNumber "18523/19" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1936-1975, Bron: boek, Deel: 18523/19,..., Overlijdensregister Roosendaal 1960, 313, 18523/19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/c8c65479-2f1c-0b9a-5b22-8bcb096f8c58.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/c8c65479-2f1c-0b9a-5b22-8bcb096f8c58.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-11-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e" ;
  a2a:RecordGUID "{83c0f8a8-ef8e-b2cd-d2e3-ad0e060f470e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12641_00012641.xml van WBA" .

[] a2a:PersonRemarkdiversen "wonend te Rucphen" .
