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

wt:plum
  dc:source <http://www.chinaonlinemuseum.com/painting-plum-blossom.php> ;
  skos:broader wt:four_noble_plants ;
  skos:altLabel "梅"@zh, "mei"@zh-Latn ;
  skos:prefLabel "plum"@en, "梅"@zh ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT279231> ;
  skos:inScheme wt:write_thesaurus ;
  skos:definition "One of the most beloved flowers in China, frequently depicted in Chinese painting and poetry; symbol of winter as well as a harbinger of spring, of resilience and perseverance in the face, and of adversity, inner beauty and humble display under adverse conditions. It is one of the “Four Noble Plants” (si junzi) and the “Three Friends of Winter” (suihansanyou)."@en ;
  a skos:Concept .

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

