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

wt:wild_cursive_script
  skos:prefLabel "狂草"@zh, "wild cursive script"@en ;
  skos:definition "This is an extremely and highly expressive form of cursive script pioneered by Zhang Xu during the Tang Dynasty. It features wild, unrestrained brushstrokes that push the limits of legibility, emphasizing the dynamic movement of the brush."@en ;
  skos:altLabel "mad cursive"@en, "mad cursive script"@en, "kuangcao"@zh-Latn, "狂草"@zh ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343591> ;
  a skos:Concept ;
  dc:source "Fong, Wen C., and James C. Y. Watt. 1996. Possessing the Past: Treasures from the National Palace Museum, Taipei. New York: The Metropolitan Museum of Art." ;
  skos:inScheme wt:write_thesaurus ;
  skos:broader wt:cursive_script .

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

