XML

Cultural Heritage Classifications - XML

Cultural heritage classification, based on the UNESCO World Heritage Convention, is divided into three basic types: monuments, groups of buildings, and sites. Furthermore, in 1992, cultural landscapes were newly introduced, allowing landscapes formed through human-nature interaction to be evaluated as World Heritage. Additionally, modern classification categories such as historic towns and industrial heritage have also developed. These classifications serve as an important framework for protecting human cultural diversity and passing it on to future generations.

World Heritage cultural heritage UNESCO monuments buildings sites cultural landscapes historic towns industrial heritage
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>monuments</code>
    <slug>monuments</slug>
    <name>Monuments</name>
    <description>Architectural works, sculptures, and paintings with outstanding universal value from historical, artistic, or scientific perspectives.</description>
    <categoryType>Basic Type</categoryType>
  </item>
  <item>
    <code>groups-of-buildings</code>
    <slug>groups-of-buildings</slug>
    <name>Groups of Buildings</name>
    <description>Groups of separate or connected buildings with value based on architectural style, homogeneity, or location within the landscape.</description>
    <categoryType>Basic Type</categoryType>
  </item>
  <item>
    <code>sites</code>
    <slug>sites</slug>
    <name>Sites</name>
    <description>Areas containing human works and archaeological sites with historical, aesthetic, ethnological, or anthropological value.</description>
    <categoryType>Basic Type</categoryType>
  </item>
  <item>
    <code>cultural-landscapes</code>
    <slug>cultural-landscapes</slug>
    <name>Cultural Landscapes</name>
    <description>Landscapes created by human interaction with nature, demonstrating the relationship between humans and the natural environment.</description>
    <categoryType>Extended Type (Introduced 1992)</categoryType>
  </item>
  <item>
    <code>historic-towns</code>
    <slug>historic-towns</slug>
    <name>Historic Towns</name>
    <description>Cities where historic buildings accumulate, possessing historical and cultural value as an entire urban entity.</description>
    <categoryType>Thematic Classification</categoryType>
  </item>
  <item>
    <code>industrial-heritage</code>
    <slug>industrial-heritage</slug>
    <name>Industrial Heritage</name>
    <description>Heritage that contributed to industrial modernization, including factories, mines, and railway facilities.</description>
    <categoryType>Thematic Classification</categoryType>
  </item>
</items>