@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:exactMatch <https://vocab.getty.edu/aat/300343576> ;
  skos:altLabel "草书"@zh, "caoshu"@zh-Latn ;
  dc:source "Li, Wendan. 2009. Chinese Writing and Calligraphy. Honolulu: University of Hawai’i Press, 152." ;
  a skos:Concept ;
  skos:prefLabel "草书"@zh, "cursive script"@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:definition "This is the most freeform and abstract of the Chinese calligraphic styles. It is characterized by rapid, flowing lines, often omitting certain strokes or combining several into one line. This results in a highly expressive, yet less readable, form of writing. It is primarily used for artistic expression rather than formal communication."@en ;
  skos:narrower wt:chaos_script, wt:wild_cursive_script .

wt:chaos_script
  skos:prefLabel "乱书"@zh, "chaos script"@en ;
  a skos:Concept ;
  skos:broader wt:cursive_script .

wt:wild_cursive_script
  skos:prefLabel "狂草"@zh, "wild cursive script"@en ;
  a skos:Concept ;
  skos:broader wt:cursive_script .

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

