@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:ink_wash_painting
  skos:prefLabel "水墨画"@zh, "ink wash painting"@en ;
  a skos:Concept ;
  skos:related wt:wrinkle_method .

wt:wrinkle_method
  skos:prefLabel "wrinkle method"@en, "皴法"@zh ;
  skos:related wt:ink_wash_painting, wt:landscape_painting ;
  a skos:Concept ;
  skos:altLabel "皴法"@zh, "cunfa"@zh-Latn ;
  skos:inScheme wt:write_thesaurus ;
  dc:source "Hui, Juan, and Jia, Xiaoqing. 2019. 'The Translation Strategies of “Wrinkle” in Chinese Landscape Painting', Sino-US English Teaching, 16, 4: 168-171." ;
  skos:definition "Method used in Chinese painting to give texture or surface to the pictorial elements by means of particular brushstrokes or dabs (cun)."@en .

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

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

