@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_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f
  a a2a:Record ;
  rdfs:label "Overlijden op 6 oktober 1963 te Udenhout" ;
  a2a:hasPerson oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-3dd7c911-0256-4f52-8251-0db41341da6b, oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-a5ba1ca3-f747-2ce7-55ca-e5c11ba59d39, oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-881c9475-bce8-166c-b554-7e10d99b1b22, oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-798ddab4-f8f2-d17d-7349-3ba684c3b914 ;
  a2a:hasEvent oa:event_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_0, oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_1, oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_2 ;
  a2a:hasRelationPP oa:relationpp_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_0 ;
  a2a:hasSource oa:source_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f .

oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-3dd7c911-0256-4f52-8251-0db41341da6b
  a a2a:Person ;
  rdfs:label "Adriana Antonia van Hal" ;
  a2a:PersonName [
    rdfs:label "Adriana Antonia van Hal" ;
    a2a:PersonNameFirstName "Adriana Antonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-a5ba1ca3-f747-2ce7-55ca-e5c11ba59d39
  a a2a:Person ;
  rdfs:label "Peter Verstijnen" ;
  a2a:PersonName [
    rdfs:label "Peter Verstijnen" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Verstijnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-881c9475-bce8-166c-b554-7e10d99b1b22
  a a2a:Person ;
  rdfs:label "Wilhelmus Johannes Verstijnen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Johannes Verstijnen" ;
    a2a:PersonNameFirstName "Wilhelmus Johannes" ;
    a2a:PersonNameLastName "Verstijnen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "63 jaar" ;
    rdfs:label "63 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout"
  ] .

oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person-798ddab4-f8f2-d17d-7349-3ba684c3b914
  a a2a:Person ;
  rdfs:label "Adriana Elissen" ;
  a2a:PersonName [
    rdfs:label "Adriana Elissen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Elissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1963-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout"
  ] .

oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person:a5ba1ca3-f747-2ce7-55ca-e5c11ba59d39 ;
  a2a:EventKeyRef oa:event_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Event1 .

oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person:881c9475-bce8-166c-b554-7e10d99b1b22 ;
  a2a:EventKeyRef oa:event_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Event1 .

oa:relationep_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person:798ddab4-f8f2-d17d-7349-3ba684c3b914 ;
  a2a:EventKeyRef oa:event_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Event1 .

oa:relationpp_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person:881c9475-bce8-166c-b554-7e10d99b1b22, oa:person_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f_Person:3dd7c911-0256-4f52-8251-0db41341da6b .

oa:source_rat_90a9e48e-eb13-99dc-3a20-9c28ea7edf9f
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Udenhout" ;
    rdfs:label "Udenhout", "1963-10-06 - 1963-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1963-10-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "60" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1963, Overlijdensregister 1963, 60"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/6a1597c3-ba8d-c8db-2191-3bd950b3b33e.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/90a9e48e-eb13-99dc-3a20-9c28ea7edf9f" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/6a1597c3-ba8d-c8db-2191-3bd950b3b33e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/90a9e48e-eb13-99dc-3a20-9c28ea7edf9f" ;
  a2a:RecordGUID "{90a9e48e-eb13-99dc-3a20-9c28ea7edf9f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_19360_00019360.xml van RAT" .

