@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:bronze_script
  skos:definition "A script engraved in bronze vessels of the Shang and Zhou dynasties, particularly prominent during the Western Zhou period (11th century BCE to 771 BCE). Derived from Oracle Bone Script, it is characterized by highly pictorial characters, reflecting primitive and archaic aesthetic values."@en ;
  dc:source "Qiu Xigui. 2000. Chinese Writing. Translated by Gilbert L. Mattos and Jerry Norman. Berkeley: Society for the Study of Early China and the Institute of East Asian Studies, University of California.", "Shaughnessy, E. L. 1991. Sources of Western Zhou history: Inscribed bronze vessels. Berkeley: University of California Press." ;
  skos:broader wt:great_seal_script ;
  skos:prefLabel "bronze script"@en, "金文"@zh ;
  skos:altLabel "金文"@zh, "jinwen"@zh-Latn ;
  skos:inScheme wt:write_thesaurus ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343577> ;
  a skos:Concept .

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

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

