@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:cursive_script
  skos:prefLabel "草书"@zh, "cursive script"@en ;
  a skos:Concept ;
  skos:narrower wt:chaos_script .

wt:chaos_script
  skos:altLabel "乱书"@zh, "luanshu"@zh-Latn, "chaotic-writing"@en, "entangled calligraphy"@en, "messy calligraphy"@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:prefLabel "乱书"@zh, "chaos script"@en ;
  dc:source "Vigneron, Frank. 2019. “From Antiquarianism to Chaos Script.” In 2019 Shu feishu: Hangzhou guoji xiandai shufa yishu jie lunwen 2019书·非书:杭州国际现代书法艺术节论文 (Writing Non-Writing: Hangzhou International Modern Calligraphy Festival 2019),’ edited by J. Xu and D.L. Wang, vol. 1, 118–131. Hangzhou: China Academy of Art Press." ;
  skos:definition "This is an expressive and highly unconventional calligraphic style invented by Wang Dongling 王冬龄 (b. 1945). It is characterized by overlapping, intertwined, and barely intelligible characters, creating a dynamic and abstract composition. Strokes cross and merge unpredictably, prioritizing artistic expression, movement and spontaneity over readability."@en ;
  skos:broader wt:cursive_script ;
  a skos:Concept .

wt:scryle
  a skos:Collection ;
  skos:prefLabel "Script Styles"@en ;
  skos:member wt:chaos_script .

