@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_93d8c3a2-bd06-034b-e5a6-91a69b012312
  a a2a:Record ;
  rdfs:label "Overlijden op 30 juni 1970 te Tilburg" ;
  a2a:hasPerson oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-1faa53b9-5aad-c257-a858-9c51ce9028d0, oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-8b4c1e05-3317-46ff-7bcd-f9c3d3a31262, oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-e62a781b-0188-938e-69ad-779e04e8102b ;
  a2a:hasEvent oa:event_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_0, oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_1, oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_2 ;
  a2a:hasSource oa:source_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312 .

oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-1faa53b9-5aad-c257-a858-9c51ce9028d0
  a a2a:Person ;
  rdfs:label "Petrus Wilhelmus van Weegberg" ;
  a2a:PersonName [
    rdfs:label "Petrus Wilhelmus van Weegberg" ;
    a2a:PersonNameFirstName "Petrus Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weegberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-8b4c1e05-3317-46ff-7bcd-f9c3d3a31262
  a a2a:Person ;
  rdfs:label "Gerardus Petrus Johanes Maria van Weegberg" ;
  a2a:PersonName [
    rdfs:label "Gerardus Petrus Johanes Maria van Weegberg" ;
    a2a:PersonNameFirstName "Gerardus Petrus Johanes Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weegberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1954" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1954-05-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person-e62a781b-0188-938e-69ad-779e04e8102b
  a a2a:Person ;
  rdfs:label "Johanna Petronella Cornelia Buster" ;
  a2a:PersonName [
    rdfs:label "Johanna Petronella Cornelia Buster" ;
    a2a:PersonNameFirstName "Johanna Petronella Cornelia" ;
    a2a:PersonNameLastName "Buster"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1970-06-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person:1faa53b9-5aad-c257-a858-9c51ce9028d0 ;
  a2a:EventKeyRef oa:event_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Event1 .

oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person:8b4c1e05-3317-46ff-7bcd-f9c3d3a31262 ;
  a2a:EventKeyRef oa:event_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Event1 .

oa:relationep_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Person:e62a781b-0188-938e-69ad-779e04e8102b ;
  a2a:EventKeyRef oa:event_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312_Event1 .

oa:source_rat_93d8c3a2-bd06-034b-e5a6-91a69b012312
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1970-06-30 - 1970-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1970-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1970" ;
    a2a:Book "Overlijdensregister 1970" ;
    a2a:DocumentNumber "754" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1970, Overlijdensregister 1970, 754"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ada7126b-6ee1-ab94-5ccc-12435a1943db.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/93d8c3a2-bd06-034b-e5a6-91a69b012312" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ada7126b-6ee1-ab94-5ccc-12435a1943db.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-02-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/93d8c3a2-bd06-034b-e5a6-91a69b012312" ;
  a2a:RecordGUID "{93d8c3a2-bd06-034b-e5a6-91a69b012312}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_18107_00018107.xml van RAT" .

