@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:scryle
  a skos:Collection ;
  skos:prefLabel "Script Styles"@en ;
  skos:member wt:oracle_bone_script .

wt:oracle_bone_script
  skos:exactMatch <https://vocab.getty.edu/aat/300343583> ;
  dc:source "Li, X. 2003. Oracle bone script and its significance. Beijing: China Social Sciences Press.", "Li, Xueqin. 2007. 'The discovery and study of oracle bones.' Encyclopedia of Chinese History. https://www.encyclopediaofchinesehistory.com ", "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." ;
  skos:altLabel "jiaguwen"@zh-Latn, "甲骨文"@zh ;
  skos:prefLabel "oracle bone script"@en, "甲骨文"@zh ;
  skos:definition "The oracle bone script is the earlest known and deciphered form of Chinese writing to date. This script was used during the latter half of the Shang dynasty (c. 1600–1046 BCE). Most of the oracle bones have been excavated from modern Anyang City in Henan Province, at Yinxu, the ruins of the last capital of the Shang dynasty. The script is carved on animal bones and turtle shells, primarily serving as record of royal divination practices."@en ;
  a skos:Concept ;
  skos:inScheme wt:write_thesaurus .

