@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:cloud_mist
  skos:relatedMatch <https://chineseiconography.org/terms/CIT284042>, <https://chineseiconography.org/terms/CIT284646> ;
  skos:prefLabel "云雾"@zh, "cloud and mist"@en ;
  skos:altLabel "yunwu"@zh-Latn, "云雾"@zh ;
  a skos:Concept ;
  dc:source "Fahr-Becker (ed.). 2000. Arte dell’Estremo Oriente. Koln: Konemann, 151-152." ;
  skos:inScheme wt:write_thesaurus ;
  skos:definition "Cloud and mist are important elements of Chinese landscape painting rendered with brush shades on the white sheet."@en ;
  skos:related wt:landscape_painting .

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

wt:landscape_painting
  skos:prefLabel "山水画"@zh, "landscape painting"@en ;
  a skos:Concept ;
  skos:related wt:cloud_mist .

