@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:orchid
  skos:prefLabel "兰"@zh, "orchid"@en ;
  a skos:Concept ;
  skos:broader wt:four_noble_plants .

wt:chrysanthemum
  skos:prefLabel "菊"@zh, "chrysanthemum"@en ;
  a skos:Concept ;
  skos:broader wt:four_noble_plants .

wt:plum
  skos:prefLabel "梅"@zh, "plum"@en ;
  a skos:Concept ;
  skos:broader wt:four_noble_plants .

wt:bamboo
  skos:prefLabel "竹"@zh, "bamboo"@en ;
  a skos:Concept ;
  skos:broader wt:four_noble_plants .

wt:chivel
  a skos:Collection ;
  skos:prefLabel "Chinese Visual Elements"@en ;
  skos:member wt:four_noble_plants .

wt:four_noble_plants
  dc:source <http://www.chinaonlinemuseum.com/painting-four-gentlemen.php> ;
  skos:narrower wt:bamboo, wt:chrysanthemum, wt:plum, wt:orchid ;
  skos:prefLabel "四君子"@zh, "four noble plants"@en ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept ;
  skos:definition "Plum, orchid, bamboo, and chrysanthemum are also known as the “Four Gentlmen” or “Four Nobles Ones”, which is the Chinese term that matches the four plants with “junzi”, or “gentlemen” in Confucianism. They are common subjects in traditional ink and wash painting, belonging to the category of birds and flowers painting."@en ;
  skos:altLabel "si junzi"@zh-Latn, " 四君子"@zh .

