@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_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD
  a a2a:Record ;
  rdfs:label "Overlijden op 15 november 1938 te Raalte" ;
  a2a:hasPerson oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428097, oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428098, oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428099 ;
  a2a:hasEvent oa:event_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_0, oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_1, oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_2 ;
  a2a:hasSource oa:source_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD .

oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428097
  a a2a:Person ;
  rdfs:label "Antonius Arnoldus de Wit" ;
  a2a:PersonName [
    rdfs:label "Antonius Arnoldus de Wit" ;
    a2a:PersonNameFirstName "Antonius Arnoldus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "0" ;
    rdfs:label "0"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Raalte" ;
    rdfs:label "Raalte"
  ] .

oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428098
  a a2a:Person ;
  rdfs:label "Gerhardus Johannes Joseph de Wit" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Johannes Joseph de Wit" ;
    a2a:PersonNameFirstName "Gerhardus Johannes Joseph" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] .

oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428099
  a a2a:Person ;
  rdfs:label "Johanna Willemina Kamphuis" ;
  a2a:PersonName [
    rdfs:label "Johanna Willemina Kamphuis" ;
    a2a:PersonNameFirstName "Johanna Willemina" ;
    a2a:PersonNameLastName "Kamphuis"
  ] .

oa:event_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "15-11-1938" ;
    a2a:Year "1938" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1938-11-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raalte" ;
    rdfs:label "Raalte"
  ] .

oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428097 ;
  a2a:EventKeyRef oa:event_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Event1 .

oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428098 ;
  a2a:EventKeyRef oa:event_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Event1 .

oa:relationep_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Person4588428099 ;
  a2a:EventKeyRef oa:event_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD_Event1 .

oa:source_hco_C69F4658-2AD8-4B98-BFDF-05922731CFFD
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Raalte" ;
    a2a:Country "Nederland" ;
    rdfs:label "Raalte, Nederland", "1938-11-16 - 1938-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1938-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1938-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-11-1938" ;
    a2a:Year "1938" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "16-11-1938"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van overlijden, Raalte" ;
    a2a:DocumentNumber "162" ;
    a2a:RegistryNumber "10964" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van overlijden, Raalte, 162, 10964"
  ] ;
  a2a:SourceLastChangeDate "2026-04-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/C69F46582AD84B98BFDF05922731CFFD" ;
  a2a:RecordIdentifier "4588428096" ;
  a2a:RecordGUID "{C69F4658-2AD8-4B98-BFDF-05922731CFFD}" ;
  a2a:SourceRemarkOpmerking "1 maand oud" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/2DCF1BC91EE0405DB2804EBC505A03FF" .

