@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:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:taiji_conducting .

wt:taiji_conducting
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "Taiji daoyin"@zh-Latn ;
  dc:source <https://en.wikipedia.org/wiki/Daoyin?utm_source>, "I-Lien, H. (2009) Choreographing Cultural Identities: On the Case Study of Cloud Gate Dance Theatre of Taiwan’s “Cursive I” and “Cursive II”, M. Phil. Dissertation, University of Cambridge, p. 15." ;
  skos:definition "It refers to a practice combining elements of Taiji (often associated with Tai Chi and internal energy cultivation) with daoyin导引, a traditional Daoist movement and breathing exercise aimed at guiding and stretching the body to enhance health and qi flow. Daoyin itself is a series of gentle, mindful body movements and breathing exercises that cultivate internal balance and well‑being—a precursor to later practices like qigong. When paired with Taiji principles, Taiji daoyin emphasizes harmonious, flowing movements with breath and mental focus as a performance‑oriented or health‑promoting artform rooted in Chinese tradition."@en ;
  skos:prefLabel "太极导引"@zh, "Taiji conducting"@en ;
  a skos:Concept .

