@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:demolition .

wt:demolition
  dc:source "O'Donnell, Mary Ann, Wong Siu-yung, and Jonathan Bach, eds. 2017. Learning from Shenzhen: China’s Post-Mao Experiment from Special Zone to Model City. Chicago: University of Chicago Press.", "Bisceglia, Marta R. 2025. Graffiti and Chinese Calligraphy: Looking for Identity in Fusion. PhD thesis. Bologna: Alma Mater Studiorum – University of Bologna. ", "Wu, Fulong. 2015. Planning for Growth: Urban and Regional Planning in China. Abingdon: Routledge." ;
  skos:altLabel "拆"@zh, "chai"@zh-Latn ;
  skos:prefLabel "demolition"@en, "拆"@zh ;
  skos:definition "This concept is grounded in the fight against gentrification through the replication of the Chai character. The Chai character has emerged as a potent symbol, frequently seen spray-painted on buildings marked for demolition as part of urban renewal projects. In China, gentrification typically involves rapid urban redevelopment, where older neighborhoods are transformed into modern commercial or residential spaces, often resulting in the displacement of long-term, lower-income residents."@en ;
  a skos:Concept ;
  skos:inScheme wt:write_thesaurus .

