@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:exactMatch <https://chineseiconography.org/terms/CIT280897> ;
  skos:broader wt:four_noble_plants ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "lan"@zh-Latn ;
  dc:source <http://www.chinaonlinemuseum.com/painting-orchid.php> ;
  skos:definition "Symbol of spring, humility and nobility. It is one of the “Four Noble Plants” (si junzi)."@en ;
  skos:prefLabel "兰"@zh, "orchid"@en ;
  a skos:Concept .

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

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

