@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:stone_drum_inscriptions
  skos:broader wt:great_seal_script ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "shiguwen"@zh-Latn ;
  dc:source "Ouyang, Zhongshi, and Wen F. Fong, eds. 2008. Chinese Calligraphy. New Heaven and London: Yale University Press" ;
  skos:definition "A type of Great Seal Script from the late Spring and Autumn period (770-476 BCE) or early Warring States period (475-221 BCE). Discovered in Fengxiang, Shaanxi province during the early Tang dynasty (618-907), it was inscribed on ten ancient drum-like stones less that a meter high and with an average diameter of 60 cm; each of the drum-like stones carries a siyanshi 四言诗, a type of classical poetry with four characters to a line. Well-balanced structurally, the script represents a dignified, harmonious, solemn style typical of stone inscriptions of that period and a model of great seal script for calligraphers of later generations."@en ;
  skos:prefLabel "石鼓文"@zh, "stone drum inscriptions"@en ;
  a skos:Concept .

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

wt:great_seal_script
  skos:prefLabel "大篆"@zh, "great seal script"@en ;
  a skos:Concept ;
  skos:narrower wt:stone_drum_inscriptions .

