@prefix wt: <http://w3id.org/write/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

wt:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:chinese_red .

wt:chinese_red
  skos:inScheme wt:write_thesaurus ;
  dc:source "Chang, Elizabeth Hope. 2009. China in the American Imagination: A Historical Study of Chinese Representations in Western Literature. University of Pennsylvania Press.", "Baranovitch, Nimrod. 2003. China's New Voices: Popular Music, Ethnicity, Gender, and Politics, 1978–1997. University of California Press.", "Xu, Mengchen. 2024. 'Analysis of the Cultural Significance and Social Rationale of 'Red' in Chinese Culture.'' Lecture Notes in Education Psychology and Public Media 42 (1): 69–75. https://doi.org/10.54254/2753-7048/42/20240827" ;
  skos:definition "This concept is a symbol of luck, celebration, vitality, and protection. Historically associated with prosperity and happiness, it is deeply embedded in traditional rituals and events, from weddings to New Year celebrations. Red also symbolises political power and nationalism, particularly since the 20th century, when it became an emblem of unity and revolution with the establishment of the People’s Republic of China. In art and design, Chinese red conveys warmth, energy, and a sense of continuity with the past, often incorporated to invoke a connection to cultural identity."@en ;
  skos:prefLabel "chinese red"@en ;
  a skos:Concept .

