@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:narrower wt:bamboo_painting .

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

wt:bamboo_painting
  skos:broader wt:ink_wash_painting ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "zhuhua"@zh-Latn ;
  skos:relatedMatch <https://chineseiconography.org/terms/CIT287580> ;
  dc:source <https://en.wikipedia.org/wiki/Bamboo_painting> ;
  skos:definition "A recognised genre of East Asian painting that consists of a depiction of a bamboo stalk or group of stalks with leaves."@en ;
  skos:prefLabel "竹画"@zh, "bamboo painting"@en ;
  a skos:Concept .

