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

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

wt:chrysanthemum
  skos:prefLabel "菊"@zh, "chrysanthemum"@en ;
  a skos:Concept ;
  skos:altLabel "菊"@zh, "ju"@zh-Latn ;
  dc:source <http://www.chinaonlinemuseum.com/painting-chrysanthemum.php> ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT280680> ;
  skos:definition "Symbol of autumn and virtue to withstand all adversities. It is one of the “Four Noble Plants” (si junzi)."@en ;
  skos:broader wt:four_noble_plants ;
  skos:inScheme wt:write_thesaurus .

