@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:grastyle
  a skos:Collection ;
  skos:prefLabel "Graffiti Styles"@en ;
  skos:member wt:anti_style .

wt:anti_style
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "fan fengge tuya"@zh-Latn ;
  skos:closeMatch <https://vocabs.acdh.oeaw.ac.at/indigo/antiStyleGraffiti> ;
  dc:source "Bisceglia, Marta R. 2025. Graffiti and Chinese Calligraphy: Looking for Identity in Fusion. PhD thesis. Bologna: Alma Mater Studiorum – University of Bologna." ;
  skos:definition "Also known as trash style, toy style, outer style, ignorant style, contemporary style, or abstract style, is often associated with rebellious or raw artistic expressions. It emphasizes a rough, unpolished look and defies traditional aesthetics. When combined with Chinese script, this concept introduces a unique dynamic, blending the structured, historical significance of Chinese calligraphy with the chaotic, expressive nature of anti-style graffiti. In China, anti-style graffiti is often reflected through the “ignorant style,” where artists deliberately use irregular lines, uneven proportions, and rough brushwork."@en ;
  skos:prefLabel "反风格涂鸦"@zh, "anti-style"@en ;
  a skos:Concept .

