@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_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee
  a a2a:Record ;
  rdfs:label "Overlijden op 24 april 1966 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-26a390ea-f477-d7b2-77d5-3dd8dd4c018f, oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-39864fc4-be22-9f65-e97c-80d492761317, oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-ca8dc8de-b5eb-3a24-2d8d-2dc5136aa0d8 ;
  a2a:hasEvent oa:event_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_0, oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_1, oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_2 ;
  a2a:hasSource oa:source_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee .

oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-26a390ea-f477-d7b2-77d5-3dd8dd4c018f
  a a2a:Person ;
  rdfs:label "Willem Garsten" ;
  a2a:PersonName [
    rdfs:label "Willem Garsten" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Garsten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-39864fc4-be22-9f65-e97c-80d492761317
  a a2a:Person ;
  rdfs:label "Johanna van Alphen" ;
  a2a:PersonName [
    rdfs:label "Johanna van Alphen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alphen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person-ca8dc8de-b5eb-3a24-2d8d-2dc5136aa0d8
  a a2a:Person ;
  rdfs:label "Anna Agatha Garsten" ;
  a2a:PersonName [
    rdfs:label "Anna Agatha Garsten" ;
    a2a:PersonNameFirstName "Anna Agatha" ;
    a2a:PersonNameLastName "Garsten"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1966-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person:26a390ea-f477-d7b2-77d5-3dd8dd4c018f ;
  a2a:EventKeyRef oa:event_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Event1 .

oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person:39864fc4-be22-9f65-e97c-80d492761317 ;
  a2a:EventKeyRef oa:event_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Event1 .

oa:relationep_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Person:ca8dc8de-b5eb-3a24-2d8d-2dc5136aa0d8 ;
  a2a:EventKeyRef oa:event_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee_Event1 .

oa:source_bhi_75406a2f-34a2-cde0-fa72-e5afd9a2c3ee
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1966-04-25 - 1966-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1966-04-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4364, Periode: 1966" ;
    a2a:Book "Overlijdensregister Tilburg 1966" ;
    a2a:DocumentNumber "393" ;
    a2a:RegistryNumber "4364" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4364, Periode: 1966, Overlijdensregister Tilburg 1966, 393, 4364"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/75406a2f-34a2-cde0-fa72-e5afd9a2c3ee" ;
  a2a:RecordGUID "{75406a2f-34a2-cde0-fa72-e5afd9a2c3ee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_133_00000133.xml van BHI" .

