@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_2148feaa-76c1-581f-7d0d-e6385c5a4194
  a a2a:Record ;
  rdfs:label "Overlijden op 1 april 1967 te Tilburg" ;
  a2a:hasPerson oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-fbc299d9-69c7-eba1-9c39-c91f41b93799, oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-b7e337cf-7575-2399-52c4-d63b41eea7fa, oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-fb29262a-5ab1-893b-8950-3ad5c1b11a3c, oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-89607754-3b79-5550-5561-d6dfb0790510 ;
  a2a:hasEvent oa:event_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_0, oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_1, oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_2 ;
  a2a:hasRelationPP oa:relationpp_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_0 ;
  a2a:hasSource oa:source_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194 .

oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-fbc299d9-69c7-eba1-9c39-c91f41b93799
  a a2a:Person ;
  rdfs:label "Libbe Kylstra" ;
  a2a:PersonName [
    rdfs:label "Libbe Kylstra" ;
    a2a:PersonNameFirstName "Libbe" ;
    a2a:PersonNameLastName "Kylstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-b7e337cf-7575-2399-52c4-d63b41eea7fa
  a a2a:Person ;
  rdfs:label "Johan Herman Willem Bisschop Boele" ;
  a2a:PersonName [
    rdfs:label "Johan Herman Willem Bisschop Boele" ;
    a2a:PersonNameFirstName "Johan Herman Willem" ;
    a2a:PersonNameLastName "Bisschop Boele"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-fb29262a-5ab1-893b-8950-3ad5c1b11a3c
  a a2a:Person ;
  rdfs:label "Anna Catharina Maria Antoinette Bisschop Boele" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Maria Antoinette Bisschop Boele" ;
    a2a:PersonNameFirstName "Anna Catharina Maria Antoinette" ;
    a2a:PersonNameLastName "Bisschop Boele"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73" ;
    rdfs:label "73"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Twisk" ;
    rdfs:label "Twisk"
  ] .

oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person-89607754-3b79-5550-5561-d6dfb0790510
  a a2a:Person ;
  rdfs:label "Suzanna Margaretha Maria Balsem" ;
  a2a:PersonName [
    rdfs:label "Suzanna Margaretha Maria Balsem" ;
    a2a:PersonNameFirstName "Suzanna Margaretha Maria" ;
    a2a:PersonNameLastName "Balsem"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1967-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person:b7e337cf-7575-2399-52c4-d63b41eea7fa ;
  a2a:EventKeyRef oa:event_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Event1 .

oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person:fb29262a-5ab1-893b-8950-3ad5c1b11a3c ;
  a2a:EventKeyRef oa:event_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Event1 .

oa:relationep_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person:89607754-3b79-5550-5561-d6dfb0790510 ;
  a2a:EventKeyRef oa:event_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Event1 .

oa:relationpp_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person:fb29262a-5ab1-893b-8950-3ad5c1b11a3c, oa:person_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194_Person:fbc299d9-69c7-eba1-9c39-c91f41b93799 .

oa:source_rat_2148feaa-76c1-581f-7d0d-e6385c5a4194
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1967-04-01 - 1967-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1967-04-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1967" ;
    a2a:Book "Overlijdensregister 1967" ;
    a2a:DocumentNumber "361" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1967, Overlijdensregister 1967, 361"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/df462ffc-7271-087c-f3be-97661dc21d7e.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2148feaa-76c1-581f-7d0d-e6385c5a4194" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/df462ffc-7271-087c-f3be-97661dc21d7e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-11-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2148feaa-76c1-581f-7d0d-e6385c5a4194" ;
  a2a:RecordGUID "{2148feaa-76c1-581f-7d0d-e6385c5a4194}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22404_00022404.xml van RAT" .

