@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:wrinkle_method
  skos:prefLabel "皴法"@zh, "wrinkle method"@en ;
  a skos:Concept ;
  skos:related wt:landscape_painting .

wt:landscape_painting
  skos:related wt:cloud_mist, wt:wrinkle_method ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "shanshuihua"@zh-Latn ;
  skos:broader wt:ink_wash_painting ;
  a skos:Concept ;
  skos:prefLabel "landscape painting"@en, "山水画"@zh ;
  dc:source <https://en.wikipedia.org/wiki/Landscape_painting> ;
  skos:definition "Lit. 'painting of mounts and rivers', this is a style of traditional Chinese painting that involves or depicts scenery or natural landscapes, using brush and ink. Mountains, rivers and waterfalls are common subjects of this kind of painting."@en ;
  skos:relatedMatch <https://chineseiconography.org/terms/CIT278433> .

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

wt:ink_wash_painting
  skos:prefLabel "水墨画"@zh, "ink wash painting"@en ;
  a skos:Concept ;
  skos:narrower wt:landscape_painting .

wt:cloud_mist
  skos:prefLabel "云雾"@zh, "cloud and mist"@en ;
  a skos:Concept ;
  skos:related wt:landscape_painting .

