@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:birds_flowers_painting .

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

wt:birds_flowers_painting
  skos:broader wt:ink_wash_painting ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "huaniaohua"@zh-Latn ;
  skos:relatedMatch <https://chineseiconography.org/terms/CIT0284614> ;
  dc:source <https://en.wikipedia.org/wiki/Bird-and-flower_painting> ;
  skos:definition "A type of Chinese painting style that incorporates a wide range of natural topics, including flowers, fish, birds, and insects. "@en ;
  skos:prefLabel "花鸟画"@zh, "birds and flowers painting"@en ;
  a skos:Concept .

