@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:chivel
  a skos:Collection ;
  skos:prefLabel "Chinese Visual Elements"@en ;
  skos:member wt:handscroll .

wt:handscroll
  skos:altLabel "horizontal scroll"@en, "横幅"@zh, "手卷"@zh, "hengfu"@zh-Latn ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT286105> ;
  skos:definition "Long, narrow, horizontal scroll format in East Asia used for calligraphy or paintings."@en ;
  skos:prefLabel "handscroll"@en, "手卷"@zh ;
  a skos:Concept ;
  dc:source <https://en.wikipedia.org/wiki/Handscroll> ;
  skos:inScheme wt:write_thesaurus .

