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

wt:decorative_cloud_motif
  skos:inScheme wt:write_thesaurus ;
  skos:prefLabel "decorative cloud motif"@en, "云纹"@zh ;
  skos:definition "Traditional Chinese stylised clouds decorative pattern."@en ;
  skos:altLabel "云纹"@zh, "祥云"@zh, "xiangyun"@zh-Latn, "auspicious clouds"@en, "yunwen"@zh-Latn ;
  a skos:Concept ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT0292555> ;
  dc:source <https://en.wikipedia.org/wiki/Xiangyun_(Auspicious_clouds)> .

