@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:sword_dance
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "jianwu"@zh-Latn ;
  dc:source <https://en.wikipedia.org/wiki/Sword_dance?utm_source> ;
  skos:definition "A traditional performance art in which dancers perform choreographed movements using swords or sword-like props. In Chinese tradition, this form developed from martial training exercises and military practices and later became integrated into classical dance and Chinese opera, where it blends athletic agility, acrobatics, and expressive motion. Performances often communicate narrative elements or embody cultural symbolism."@en ;
  skos:prefLabel "剑舞"@zh, "sword dance"@en ;
  a skos:Concept .

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

