@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_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1995 te Kerkrade" ;
  a2a:hasPerson oa:person_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Person1 ;
  a2a:hasEvent oa:event_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_0 ;
  a2a:hasSource oa:source_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A .

oa:person_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Person1
  a a2a:Person ;
  rdfs:label "Corry Verbrugge" ;
  a2a:PersonName [
    rdfs:label "Corry Verbrugge" ;
    a2a:PersonNameFirstName "Corry" ;
    a2a:PersonNameLastName "Verbrugge"
  ] ;
  a2a:BirthDate [
    a2a:Year "1928" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1928-01-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schaesberg" ;
    rdfs:label "Schaesberg"
  ] .

oa:event_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1995" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1995-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade"
  ] .

oa:relationep_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Person1 ;
  a2a:EventKeyRef oa:event_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A_Event1 .

oa:source_rhl_2BA48872-4D65-45AD-AC03-1F1352257C5A
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, Bidprentjes" ;
  a2a:SourcePlace [
    a2a:Place "Heerlen" ;
    rdfs:label "Heerlen", "1995-01-01 - 1995-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1995-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1995-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjes" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Collection "Collectie bidprentjes, V, ca. 1800-heden" ;
    rdfs:label "Historisch Centrum Limburg, Collectie bidprentjes, V, ca. 1800-heden"
  ] ;
  a2a:SourceLastChangeDate "2022-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/62/2BA488724D6545ADAC031F1352257C5A" ;
  a2a:RecordGUID "{2BA48872-4D65-45AD-AC03-1F1352257C5A}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HrlRi_352-V_14_MI.xml van RHT" .

