@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_40037148-db7d-e8bd-35bb-607fd7ce125e
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1962 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-37219831-c793-d497-7bef-19aa140fb0ac, oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-11c9d640-0243-0589-b7c0-89e54f6ced02, oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-e64ef749-cd0d-0865-5128-ed240b9ef718, oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-adfe2c28-d5c9-598e-68e3-a85329df066f ;
  a2a:hasEvent oa:event_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_0, oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_1, oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_2 ;
  a2a:hasRelationPP oa:relationpp_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_0 ;
  a2a:hasSource oa:source_rat_40037148-db7d-e8bd-35bb-607fd7ce125e .

oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-37219831-c793-d497-7bef-19aa140fb0ac
  a a2a:Person ;
  rdfs:label "Antonetta Catharina Cornelia Rombouts" ;
  a2a:PersonName [
    rdfs:label "Antonetta Catharina Cornelia Rombouts" ;
    a2a:PersonNameFirstName "Antonetta Catharina Cornelia" ;
    a2a:PersonNameLastName "Rombouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-11c9d640-0243-0589-b7c0-89e54f6ced02
  a a2a:Person ;
  rdfs:label "Chielbertus Dirkx" ;
  a2a:PersonName [
    rdfs:label "Chielbertus Dirkx" ;
    a2a:PersonNameFirstName "Chielbertus" ;
    a2a:PersonNameLastName "Dirkx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-e64ef749-cd0d-0865-5128-ed240b9ef718
  a a2a:Person ;
  rdfs:label "Johannes Arnoldus Dirkx" ;
  a2a:PersonName [
    rdfs:label "Johannes Arnoldus Dirkx" ;
    a2a:PersonNameFirstName "Johannes Arnoldus" ;
    a2a:PersonNameLastName "Dirkx"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaren" ;
    rdfs:label "84 jaren"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person-adfe2c28-d5c9-598e-68e3-a85329df066f
  a a2a:Person ;
  rdfs:label "Maria van den Bosch" ;
  a2a:PersonName [
    rdfs:label "Maria van den Bosch" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1962-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person:11c9d640-0243-0589-b7c0-89e54f6ced02 ;
  a2a:EventKeyRef oa:event_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Event1 .

oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person:e64ef749-cd0d-0865-5128-ed240b9ef718 ;
  a2a:EventKeyRef oa:event_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Event1 .

oa:relationep_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person:adfe2c28-d5c9-598e-68e3-a85329df066f ;
  a2a:EventKeyRef oa:event_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Event1 .

oa:relationpp_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person:e64ef749-cd0d-0865-5128-ed240b9ef718, oa:person_rat_40037148-db7d-e8bd-35bb-607fd7ce125e_Person:37219831-c793-d497-7bef-19aa140fb0ac .

oa:source_rat_40037148-db7d-e8bd-35bb-607fd7ce125e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1962-02-28 - 1962-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1962-02-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1962" ;
    a2a:Book "Overlijdensregister 1962" ;
    a2a:DocumentNumber "24" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1962, Overlijdensregister 1962, 24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/670e3295-9a46-b672-c648-15546155d55f.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/40037148-db7d-e8bd-35bb-607fd7ce125e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/670e3295-9a46-b672-c648-15546155d55f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-03-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/40037148-db7d-e8bd-35bb-607fd7ce125e" ;
  a2a:RecordGUID "{40037148-db7d-e8bd-35bb-607fd7ce125e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_17958_00017958.xml van RAT" .

[] a2a:PersonRemarkdiversen "weduwnaar van Catharina Verhoeven" .
