@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_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca
  a a2a:Record ;
  rdfs:label "Overlijden op 13 februari 1970 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-5251b23b-0092-6169-dcf3-52dfeafa3a6c, oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-11c11728-dcea-9663-a903-e37e69d63fa3, oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-eb631ecf-6606-efaa-ff89-627fb34db978 ;
  a2a:hasEvent oa:event_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_0, oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_1, oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_2 ;
  a2a:hasSource oa:source_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca .

oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-5251b23b-0092-6169-dcf3-52dfeafa3a6c
  a a2a:Person ;
  rdfs:label "Willem Jacobus Bartelse" ;
  a2a:PersonName [
    rdfs:label "Willem Jacobus Bartelse" ;
    a2a:PersonNameFirstName "Willem Jacobus" ;
    a2a:PersonNameLastName "Bartelse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-11c11728-dcea-9663-a903-e37e69d63fa3
  a a2a:Person ;
  rdfs:label "Teuntje Schiebaan" ;
  a2a:PersonName [
    rdfs:label "Teuntje Schiebaan" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNameLastName "Schiebaan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person-eb631ecf-6606-efaa-ff89-627fb34db978
  a a2a:Person ;
  rdfs:label "Jan Adriaan Bartelse" ;
  a2a:PersonName [
    rdfs:label "Jan Adriaan Bartelse" ;
    a2a:PersonNameFirstName "Jan Adriaan" ;
    a2a:PersonNameLastName "Bartelse"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1970-02-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person:5251b23b-0092-6169-dcf3-52dfeafa3a6c ;
  a2a:EventKeyRef oa:event_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Event1 .

oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person:11c11728-dcea-9663-a903-e37e69d63fa3 ;
  a2a:EventKeyRef oa:event_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Event1 .

oa:relationep_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Person:eb631ecf-6606-efaa-ff89-627fb34db978 ;
  a2a:EventKeyRef oa:event_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca_Event1 .

oa:source_bhi_6b08784c-ddeb-4c7a-3116-e4c757d772ca
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1970-02-18 - 1970-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1970-02-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4368, Periode: 1970" ;
    a2a:Book "Overlijdensregister Tilburg 1970" ;
    a2a:DocumentNumber "236" ;
    a2a:RegistryNumber "4368" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4368, Periode: 1970, Overlijdensregister Tilburg 1970, 236, 4368"
  ] ;
  a2a:SourceLastChangeDate "2022-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/6b08784c-ddeb-4c7a-3116-e4c757d772ca" ;
  a2a:RecordGUID "{6b08784c-ddeb-4c7a-3116-e4c757d772ca}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_125_00000125.xml van BHI" .

