@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:vertical_waters_motif
  skos:altLabel "sea waves"@en, "立水"@zh, "lishui"@zh-Latn ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept ;
  skos:prefLabel "立水"@zh, "vertical waters motif"@en ;
  skos:definition "Traditional Chinese decorative stylized water decorative pattern composed of diagonal strips in five colors representing deep and standing water."@en ;
  dc:source <https://en.wikipedia.org/wiki/Lishui_(sea-waves)> ;
  skos:broadMatch <https://chineseiconography.org/terms/CIT0292667> .

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

