@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_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161
  a a2a:Record ;
  rdfs:label "Overlijden op 5 augustus 1965 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-1849f81b-d875-2af6-060b-36d465e330c4, oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-ba826619-a778-2858-4008-44f06df1c4cd, oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-eb9b5ce6-3c1d-b5d9-3607-177473cfdf5f, oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-0eab43a8-1f7e-47ab-0507-f0d26d65dde2 ;
  a2a:hasEvent oa:event_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_0, oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_1, oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_2 ;
  a2a:hasRelationPP oa:relationpp_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_0 ;
  a2a:hasSource oa:source_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161 .

oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-1849f81b-d875-2af6-060b-36d465e330c4
  a a2a:Person ;
  rdfs:label "Bastiaan Schalken" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Schalken" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Schalken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-ba826619-a778-2858-4008-44f06df1c4cd
  a a2a:Person ;
  rdfs:label "Marius Heijkants" ;
  a2a:PersonName [
    rdfs:label "Marius Heijkants" ;
    a2a:PersonNameFirstName "Marius" ;
    a2a:PersonNameLastName "Heijkants"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-eb9b5ce6-3c1d-b5d9-3607-177473cfdf5f
  a a2a:Person ;
  rdfs:label "Elisabeth Heijkants" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Heijkants" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Heijkants"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar" ;
    rdfs:label "76 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] .

oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person-0eab43a8-1f7e-47ab-0507-f0d26d65dde2
  a a2a:Person ;
  rdfs:label "Johanna Baardwijk" ;
  a2a:PersonName [
    rdfs:label "Johanna Baardwijk" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Baardwijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1965" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1965-08-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person:ba826619-a778-2858-4008-44f06df1c4cd ;
  a2a:EventKeyRef oa:event_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Event1 .

oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person:eb9b5ce6-3c1d-b5d9-3607-177473cfdf5f ;
  a2a:EventKeyRef oa:event_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Event1 .

oa:relationep_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person:0eab43a8-1f7e-47ab-0507-f0d26d65dde2 ;
  a2a:EventKeyRef oa:event_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Event1 .

oa:relationpp_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person:eb9b5ce6-3c1d-b5d9-3607-177473cfdf5f, oa:person_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161_Person:1849f81b-d875-2af6-060b-36d465e330c4 .

oa:source_rat_10ebc5ed-8f82-e291-b6ae-4e17c3d0b161
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1965-08-05 - 1965-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1965" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1965-08-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1965" ;
    a2a:Book "Overlijdensregister 1965" ;
    a2a:DocumentNumber "23" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1965, Overlijdensregister 1965, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/daa0c7b0-0041-422a-1468-7de9ab1f804e.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/10ebc5ed-8f82-e291-b6ae-4e17c3d0b161" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/daa0c7b0-0041-422a-1468-7de9ab1f804e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/10ebc5ed-8f82-e291-b6ae-4e17c3d0b161" ;
  a2a:RecordGUID "{10ebc5ed-8f82-e291-b6ae-4e17c3d0b161}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22309_00022309.xml van RAT" .

[] a2a:PersonRemarkdiversen "Eerder gehuwd geweest met Jan Jansen." .
