@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_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422
  a a2a:Record ;
  rdfs:label "Overlijden op 18 juni 1959 te Geertruidenberg" ;
  a2a:hasPerson oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-ddd806f5-76a5-3383-cb39-20f2b96cba2e, oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-779ca597-47aa-ac14-64ce-d13f09dad955, oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-3a14b80d-28f3-bd46-700a-a7c081b35055 ;
  a2a:hasEvent oa:event_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_0, oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_1, oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_2 ;
  a2a:hasSource oa:source_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422 .

oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-ddd806f5-76a5-3383-cb39-20f2b96cba2e
  a a2a:Person ;
  rdfs:label "Josephus Andreas Bollen" ;
  a2a:PersonName [
    rdfs:label "Josephus Andreas Bollen" ;
    a2a:PersonNameFirstName "Josephus Andreas" ;
    a2a:PersonNameLastName "Bollen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-779ca597-47aa-ac14-64ce-d13f09dad955
  a a2a:Person ;
  rdfs:label "doodgeboren kind Bollen" ;
  a2a:PersonName [
    rdfs:label "doodgeboren kind Bollen" ;
    a2a:PersonNameFirstName "doodgeboren kind" ;
    a2a:PersonNameLastName "Bollen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person-3a14b80d-28f3-bd46-700a-a7c081b35055
  a a2a:Person ;
  rdfs:label "Christina Gerarda Catharina Stolwijk" ;
  a2a:PersonName [
    rdfs:label "Christina Gerarda Catharina Stolwijk" ;
    a2a:PersonNameFirstName "Christina Gerarda Catharina" ;
    a2a:PersonNameLastName "Stolwijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1959" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1959-06-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person:ddd806f5-76a5-3383-cb39-20f2b96cba2e ;
  a2a:EventKeyRef oa:event_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Event1 .

oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person:779ca597-47aa-ac14-64ce-d13f09dad955 ;
  a2a:EventKeyRef oa:event_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Event1 .

oa:relationep_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Person:3a14b80d-28f3-bd46-700a-a7c081b35055 ;
  a2a:EventKeyRef oa:event_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422_Event1 .

oa:source_rat_091cc3cf-e643-dcfe-3e69-d82208d0f422
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1959-06-18 - 1959-06-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1959-06-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1959-06-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1959" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1959-06-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 27A, Periode: 1959" ;
    a2a:Book "Overlijdensregister 1959" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "27A" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 27A, Periode: 1959, Overlijdensregister 1959, 45, 27A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/149d6173-8230-a26a-e6ae-cc9d047de31c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/091cc3cf-e643-dcfe-3e69-d82208d0f422" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/149d6173-8230-a26a-e6ae-cc9d047de31c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/091cc3cf-e643-dcfe-3e69-d82208d0f422" ;
  a2a:RecordGUID "{091cc3cf-e643-dcfe-3e69-d82208d0f422}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22245_00022245.xml van RAT" .

