@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_1a0d5216-01ce-a14e-89fa-e028b43e8fb5
  a a2a:Record ;
  rdfs:label "Overlijden op 20 december 1972 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-51368b3d-8ad4-e0a8-e1ca-c1396844cd28, oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-105e00e9-5bc1-1610-4020-3ceb0316c619, oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-11793378-15fe-592e-b7e0-c9a758880505 ;
  a2a:hasEvent oa:event_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_0, oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_1, oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_2 ;
  a2a:hasSource oa:source_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5 .

oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-51368b3d-8ad4-e0a8-e1ca-c1396844cd28
  a a2a:Person ;
  rdfs:label "Lenardos Adrianos van Mook" ;
  a2a:PersonName [
    rdfs:label "Lenardos Adrianos van Mook" ;
    a2a:PersonNameFirstName "Lenardos Adrianos" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mook"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-105e00e9-5bc1-1610-4020-3ceb0316c619
  a a2a:Person ;
  rdfs:label "Adrianus Johannes van Mook" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes van Mook" ;
    a2a:PersonNameFirstName "Adrianus Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mook"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "11 dg" ;
    rdfs:label "11 dg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1972" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1972-12-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person-11793378-15fe-592e-b7e0-c9a758880505
  a a2a:Person ;
  rdfs:label "Adriana Maria Cornelia Doremalen" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Cornelia Doremalen" ;
    a2a:PersonNameFirstName "Adriana Maria Cornelia" ;
    a2a:PersonNameLastName "Doremalen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1972-12-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person:51368b3d-8ad4-e0a8-e1ca-c1396844cd28 ;
  a2a:EventKeyRef oa:event_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Event1 .

oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person:105e00e9-5bc1-1610-4020-3ceb0316c619 ;
  a2a:EventKeyRef oa:event_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Event1 .

oa:relationep_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Person:11793378-15fe-592e-b7e0-c9a758880505 ;
  a2a:EventKeyRef oa:event_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5_Event1 .

oa:source_rat_1a0d5216-01ce-a14e-89fa-e028b43e8fb5
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1972-12-20 - 1972-12-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-12-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-12-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1972-12-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1972" ;
    a2a:Book "Overlijdensregister 1972" ;
    a2a:DocumentNumber "268" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1972, Overlijdensregister 1972, 268"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/e06c8416-7df8-f1ad-6026-b6790cfba07c.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1a0d5216-01ce-a14e-89fa-e028b43e8fb5" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/e06c8416-7df8-f1ad-6026-b6790cfba07c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/1a0d5216-01ce-a14e-89fa-e028b43e8fb5" ;
  a2a:RecordGUID "{1a0d5216-01ce-a14e-89fa-e028b43e8fb5}" ;
  a2a:SourceRemarkregister_periode "1972" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_253_00000253.xml van RAT" .

[]
  a2a:PersonRemarkplaats_overlijden "Oosterhout" ;
  a2a:PersonRemarkdatum_overlijden "1972-12-20" .

