@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:lacquer_calligraphy
  skos:broader wt:regular_script ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "flat brush script"@en, "qishu"@zh-Latn ;
  dc:source "Ouyang, Zhongshi, and Wen F. Fong, eds. 2008. Chinese Calligraphy. New Heaven and London: Yale University Press, 353)." ;
  skos:definition "Also known as Flat Brush Script, is a distinctive calligraphic style developed by Jin Nong (金農, 1687-1763) during the Qing dynasty (1644-1911). It is characterized by angular, square-shaped strokes, resembling characters painted with a flat-edged brush."@en ;
  skos:prefLabel "漆书"@zh, "lacquer calligraphy"@en ;
  a skos:Concept .

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

wt:regular_script
  skos:prefLabel "楷书"@zh, "regular script"@en ;
  a skos:Concept ;
  skos:narrower wt:lacquer_calligraphy .

