@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:seal_script
  skos:altLabel "zhuanshu"@zh-Latn, "篆书"@zh ;
  a skos:Concept ;
  skos:narrower wt:small_seal_script, wt:great_seal_script ;
  skos:prefLabel "篆书"@zh, "seal script"@en ;
  dc:source "Qiu, X. 2000. Chinese writing (G. L. Mattos & J. Norman, Trans.). Berkeley: Society for the Study of Early China and the Institute of East Asian Studies, University of California.", "Boltz, W. G. 1994. The origin and early development of the Chinese writing system. New Haven, CT: American Oriental Society." ;
  skos:inScheme wt:write_thesaurus ;
  skos:definition "An ancient Chinese writing forms originated during the Zhou dynasty (c. 1046–256 BC), persisted during the Warring States period (c. 475 – 221 BC) and evolved during the Qin dynasty (221-206 BC). It is characterized by a strong pictographic nature."@en ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343588> .

wt:small_seal_script
  skos:prefLabel "小篆"@zh, "small seal script"@en ;
  a skos:Concept ;
  skos:broader wt:seal_script .

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

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

