@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_99248f0b-86a9-aeec-c3aa-bfcd75db19a3
  a a2a:Record ;
  rdfs:label "Overlijden op 30 oktober 1949 te Eethen" ;
  a2a:hasPerson oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-75c08514-b106-7faf-a742-c140ccb68723, oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-a2b67851-d49b-76ec-ab88-1858958a888a, oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-c965a5fa-fcce-0ba5-c57c-56b1302fe4ff, oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-f9c9c2fa-c1a9-edd2-fd2f-1b7bc3a66c58 ;
  a2a:hasEvent oa:event_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_0, oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_1, oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_2 ;
  a2a:hasRelationPP oa:relationpp_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_0 ;
  a2a:hasSource oa:source_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3 .

oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-75c08514-b106-7faf-a742-c140ccb68723
  a a2a:Person ;
  rdfs:label "Grietje de Paauw" ;
  a2a:PersonName [
    rdfs:label "Grietje de Paauw" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Paauw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-a2b67851-d49b-76ec-ab88-1858958a888a
  a a2a:Person ;
  rdfs:label "Dirk Adrianus Pol" ;
  a2a:PersonName [
    rdfs:label "Dirk Adrianus Pol" ;
    a2a:PersonNameFirstName "Dirk Adrianus" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-c965a5fa-fcce-0ba5-c57c-56b1302fe4ff
  a a2a:Person ;
  rdfs:label "Maria Pieternella Verschuren" ;
  a2a:PersonName [
    rdfs:label "Maria Pieternella Verschuren" ;
    a2a:PersonNameFirstName "Maria Pieternella" ;
    a2a:PersonNameLastName "Verschuren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person-f9c9c2fa-c1a9-edd2-fd2f-1b7bc3a66c58
  a a2a:Person ;
  rdfs:label "Gerrit Pol" ;
  a2a:PersonName [
    rdfs:label "Gerrit Pol" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "41 jaren" ;
    rdfs:label "41 jaren"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] .

oa:event_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1949" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1949-10-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eethen" ;
    rdfs:label "Eethen"
  ] .

oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person:a2b67851-d49b-76ec-ab88-1858958a888a ;
  a2a:EventKeyRef oa:event_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Event1 .

oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person:c965a5fa-fcce-0ba5-c57c-56b1302fe4ff ;
  a2a:EventKeyRef oa:event_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Event1 .

oa:relationep_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person:f9c9c2fa-c1a9-edd2-fd2f-1b7bc3a66c58 ;
  a2a:EventKeyRef oa:event_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Event1 .

oa:relationpp_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person:f9c9c2fa-c1a9-edd2-fd2f-1b7bc3a66c58, oa:person_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3_Person:75c08514-b106-7faf-a742-c140ccb68723 .

oa:source_rat_99248f0b-86a9-aeec-c3aa-bfcd75db19a3
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1949-10-30 - 1949-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1949-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1949-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1949" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1949-10-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1949" ;
    a2a:Book "Overlijdensregister 1949" ;
    a2a:DocumentNumber "110" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1949, Overlijdensregister 1949, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ef75580c-c1d3-7b52-35f5-d07f3124fef6.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/99248f0b-86a9-aeec-c3aa-bfcd75db19a3" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ef75580c-c1d3-7b52-35f5-d07f3124fef6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/99248f0b-86a9-aeec-c3aa-bfcd75db19a3" ;
  a2a:RecordGUID "{99248f0b-86a9-aeec-c3aa-bfcd75db19a3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_18207_00018207.xml van RAT" .

