@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:clerical_script
  skos:prefLabel "clerical script"@en, "隶书"@zh ;
  skos:altLabel "隶书"@zh, "lishu"@zh-Latn ;
  dc:source "Li, Wendan. 2009. Chinese Writing and Calligraphy. Honolulu: University of Hawai’i Press " ;
  skos:narrower wt:bafen_clerical_script ;
  skos:definition "This is a formal script that emerged during the Han dynasty (206 BCE–220 CE).  It is characterized by a more squared and flat appearance compared to earlier scripts. Its aesthetic features include wider characters and pronounce angularity, making it more legible and standardized than Seal Script. (Li 2009: 119-122). The script represents a transition from the more curved and complex Seal Script to a more efficient and simplified style suitable for bureaucratic use."@en ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343578> .

wt:bafen_clerical_script
  skos:prefLabel "八分书"@zh, "bafen clerical script"@en ;
  a skos:Concept ;
  skos:broader wt:clerical_script .

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

