@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_fbdfd093-ab5d-5068-eb06-b8ea68c0181f
  a a2a:Record ;
  rdfs:label "Overlijden op 10 september 1959 te Dongen" ;
  a2a:hasPerson oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-9a18635b-ec49-ca0b-02d6-9ca3ae8740df, oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-67603f1a-5521-054a-9249-86dc007ddecc, oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-a2a2f670-79f4-3da9-72af-50dcb25a4115, oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-2c70fd14-ce40-0703-a281-ac7fc2c4d16d ;
  a2a:hasEvent oa:event_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_0, oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_1, oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_2 ;
  a2a:hasRelationPP oa:relationpp_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_0 ;
  a2a:hasSource oa:source_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f .

oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-9a18635b-ec49-ca0b-02d6-9ca3ae8740df
  a a2a:Person ;
  rdfs:label "Johannes Adriaan van Gool" ;
  a2a:PersonName [
    rdfs:label "Johannes Adriaan van Gool" ;
    a2a:PersonNameFirstName "Johannes Adriaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-67603f1a-5521-054a-9249-86dc007ddecc
  a a2a:Person ;
  rdfs:label "Cornelie Petronella Roijmans" ;
  a2a:PersonName [
    rdfs:label "Cornelie Petronella Roijmans" ;
    a2a:PersonNameFirstName "Cornelie Petronella" ;
    a2a:PersonNameLastName "Roijmans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "59" ;
    rdfs:label "59"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-a2a2f670-79f4-3da9-72af-50dcb25a4115
  a a2a:Person ;
  rdfs:label "Adriaan Roijmans" ;
  a2a:PersonName [
    rdfs:label "Adriaan Roijmans" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Roijmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person-2c70fd14-ce40-0703-a281-ac7fc2c4d16d
  a a2a:Person ;
  rdfs:label "Henrica de Genzer" ;
  a2a:PersonName [
    rdfs:label "Henrica de Genzer" ;
    a2a:PersonNameFirstName "Henrica" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Genzer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1959" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1959-09-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person:67603f1a-5521-054a-9249-86dc007ddecc ;
  a2a:EventKeyRef oa:event_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Event1 .

oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person:a2a2f670-79f4-3da9-72af-50dcb25a4115 ;
  a2a:EventKeyRef oa:event_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Event1 .

oa:relationep_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person:2c70fd14-ce40-0703-a281-ac7fc2c4d16d ;
  a2a:EventKeyRef oa:event_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Event1 .

oa:relationpp_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person:67603f1a-5521-054a-9249-86dc007ddecc, oa:person_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f_Person:9a18635b-ec49-ca0b-02d6-9ca3ae8740df .

oa:source_rat_fbdfd093-ab5d-5068-eb06-b8ea68c0181f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1959-09-10 - 1959-09-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1959-09-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1959-09-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1959" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1959-09-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1959" ;
    a2a:Book "Overlijdensregister 1959" ;
    a2a:DocumentNumber "76" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1959, Overlijdensregister 1959, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/8c5aa7a8-64af-a7ee-7673-b6bda03b8f9c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fbdfd093-ab5d-5068-eb06-b8ea68c0181f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/8c5aa7a8-64af-a7ee-7673-b6bda03b8f9c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-09-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/fbdfd093-ab5d-5068-eb06-b8ea68c0181f" ;
  a2a:RecordGUID "{fbdfd093-ab5d-5068-eb06-b8ea68c0181f}" ;
  a2a:SourceRemarkregister_periode "1959" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_367_00000367.xml van RAT" .

[]
  a2a:PersonRemarkplaats_overlijden "Dongen" ;
  a2a:PersonRemarkdatum_overlijden "1959-09-10" .

