@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:bamboo .

wt:bamboo
  skos:exactMatch <https://chineseiconography.org/terms/CIT280244> ;
  skos:broader wt:four_noble_plants ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "zhu"@zh-Latn ;
  dc:source <http://www.chinaonlinemuseum.com/painting-bamboo.php> ;
  skos:definition "Symbol of summer and of the true gentleman (junzi). It is associated with the human values of cultivation, integrity, tolerance and open-mindedness. It is one of the “Four Noble Plants” (si junzi) and the “Three Friends of Winter” (suihansanyou)."@en ;
  skos:prefLabel "竹"@zh, "bamboo"@en ;
  a skos:Concept .

wt:four_noble_plants
  skos:prefLabel "四君子"@zh, "four noble plants"@en ;
  a skos:Concept ;
  skos:narrower wt:bamboo .

