@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_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e
  a a2a:Record ;
  rdfs:label "Overlijden op 12 januari 1971 te Tilburg" ;
  a2a:hasPerson oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-a2847ca4-7110-2ec5-15c7-314797effb3a, oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-97273535-a315-8f72-61ba-3248197554cd, oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-451bc08f-f1d6-9f91-a674-99abf00150ef, oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-328efcd5-727e-3c27-ae16-405f415bbd42 ;
  a2a:hasEvent oa:event_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_0, oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_1, oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_2 ;
  a2a:hasRelationPP oa:relationpp_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_0 ;
  a2a:hasSource oa:source_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e .

oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-a2847ca4-7110-2ec5-15c7-314797effb3a
  a a2a:Person ;
  rdfs:label "Maria Josephine Sibilla Agnes Linssen" ;
  a2a:PersonName [
    rdfs:label "Maria Josephine Sibilla Agnes Linssen" ;
    a2a:PersonNameFirstName "Maria Josephine Sibilla Agnes" ;
    a2a:PersonNameLastName "Linssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-97273535-a315-8f72-61ba-3248197554cd
  a a2a:Person ;
  rdfs:label "Hermanus Franciscus Josephus Zirks" ;
  a2a:PersonName [
    rdfs:label "Hermanus Franciscus Josephus Zirks" ;
    a2a:PersonNameFirstName "Hermanus Franciscus Josephus" ;
    a2a:PersonNameLastName "Zirks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-451bc08f-f1d6-9f91-a674-99abf00150ef
  a a2a:Person ;
  rdfs:label "Joannes Antonius Maria Zirks" ;
  a2a:PersonName [
    rdfs:label "Joannes Antonius Maria Zirks" ;
    a2a:PersonNameFirstName "Joannes Antonius Maria" ;
    a2a:PersonNameLastName "Zirks"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1898-12-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person-328efcd5-727e-3c27-ae16-405f415bbd42
  a a2a:Person ;
  rdfs:label "Josephina Maria Agatha Kuntz" ;
  a2a:PersonName [
    rdfs:label "Josephina Maria Agatha Kuntz" ;
    a2a:PersonNameFirstName "Josephina Maria Agatha" ;
    a2a:PersonNameLastName "Kuntz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1971-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person:97273535-a315-8f72-61ba-3248197554cd ;
  a2a:EventKeyRef oa:event_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Event1 .

oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person:451bc08f-f1d6-9f91-a674-99abf00150ef ;
  a2a:EventKeyRef oa:event_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Event1 .

oa:relationep_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person:328efcd5-727e-3c27-ae16-405f415bbd42 ;
  a2a:EventKeyRef oa:event_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Event1 .

oa:relationpp_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person:451bc08f-f1d6-9f91-a674-99abf00150ef, oa:person_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e_Person:a2847ca4-7110-2ec5-15c7-314797effb3a .

oa:source_rat_2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1971-01-12 - 1971-01-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-01-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-01-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1971-01-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1971" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "54" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1971, Overlijdensregister 1971, 54"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cc100c4d-81ab-bd83-4208-ea9c104a8ebf.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cc100c4d-81ab-bd83-4208-ea9c104a8ebf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e" ;
  a2a:RecordGUID "{2b3f3763-e8d8-411c-7e7b-e8a8c8b7541e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_29806_00029806.xml van RAT" .

