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

wt:running_script
  dc:source "Tseng, Yu-ho (Betty). 1993. A History of Chinese Calligraphy. Hong Kong: Chinese University Press.", " Ulrich, Theobald (2011) Writing styles of Chinese characters. ChinaKnowledge.de - An Encyclopaedia on Chinese History, Literature and Art, 23 March. The Chinese Script (www.chinaknowledge.de)" ;
  skos:prefLabel "running script"@en, "行书"@zh ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343585> ;
  skos:definition "This is a fluid and more informal script that emerged during the Wei-Jin dynasty (220-420 CE). It bridges the gap between the more formal Regular Script (kaishu) and the highly expressive Cursive Script (caoshu), enabling faster writing while still maintaining legibility. Characters in Running Script are often connected, and the strokes are more flowing and continuous, with fewer pauses compared to Regular Script. This gives the script a dynamic, lively appearance, making it both efficient and visually expressive."@en ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept ;
  skos:altLabel "semi-cursive script"@en, "行书"@zh, "xingshu"@zh-Latn .

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

