@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:chivel
  a skos:Collection ;
  skos:prefLabel "Chinese Visual Elements"@en ;
  skos:member wt:jade .

wt:jade
  a skos:Concept ;
  skos:prefLabel "玉石"@zh, "jade"@en ;
  dc:source <https://www.britannica.com/art/Chinese-jade> ;
  skos:altLabel "玉"@zh, "yu shi"@zh-Latn, "yu"@zh-Latn, "玉石"@zh ;
  skos:definition "Any of the carved-jade objects produced in China from the Neolithic Period onward; valued as gold in the West, it has always been a symbol of purity and indestructibility."@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT287021> .

