@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:great_seal_script
  skos:narrower wt:stone_drum_inscriptions, wt:bronze_script, wt:bird_insect_script ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "dazhuan"@zh-Latn, "大篆"@zh ;
  a skos:Concept ;
  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:broader wt:seal_script ;
  skos:prefLabel "great seal script"@en, "大篆"@zh ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343580> ;
  skos:definition "This is a broad term used for early script forms, including bronze inscriptions (金文 jinwen) and even regional variations. It is less standardized, with more varied shapes and sizes of characters. Dazhuan exhibits a more archaic and pictographic appearance, with strokes that can be uneven and characters that often have a looser structure."@en .

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

wt:seal_script
  skos:prefLabel "篆书"@zh, "seal script"@en ;
  a skos:Concept ;
  skos:narrower wt:great_seal_script .

wt:bird_insect_script
  skos:prefLabel "鸟虫书"@zh, "bird and insect script"@en ;
  a skos:Concept ;
  skos:broader wt:great_seal_script .

wt:stone_drum_inscriptions
  skos:prefLabel "石鼓文"@zh, "stone drum inscriptions"@en ;
  a skos:Concept ;
  skos:broader wt:great_seal_script .

wt:bronze_script
  skos:prefLabel "金文"@zh, "bronze script"@en ;
  a skos:Concept ;
  skos:broader wt:great_seal_script .

