@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:slender_gold_script
  skos:prefLabel "瘦金體"@zh, "slender gold script"@en ;
  a skos:Concept ;
  skos:broader wt:regular_script .

wt:lacquer_calligraphy
  skos:prefLabel "漆书"@zh, "lacquer calligraphy"@en ;
  a skos:Concept ;
  skos:broader wt:regular_script .

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

wt:regular_script
  skos:altLabel "楷书"@zh, "standard script"@en, "kaishu"@zh-Latn ;
  skos:narrower wt:lacquer_calligraphy, wt:slender_gold_script ;
  a skos:Concept ;
  skos:prefLabel "regular script"@en, "楷书"@zh ;
  skos:inScheme wt:write_thesaurus ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343590> ;
  dc:source "Li, Wendan. 2009. Chinese Writing and Calligraphy. Honolulu: University of Hawai’i Press, 129-130." ;
  skos:definition "This is a highly standardized script that developed during the late Eastern Han dynasty (25-220 CE) and matured during the Wei, Jin, and early Tang dynasties (Li 2009). It is characterized by its precise, structured, and easily readable form, with clearly defined strokes and well-balanced proportions. The brushwork in Regular Script emphasizes controlled strokes, each with a distinct beginning and ending. This script became the foundation for modern Chinese handwriting and printed text."@en .

