@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:yin_yang
  skos:prefLabel "阴阳"@zh, "yin-yang"@en ;
  a skos:Concept ;
  skos:related wt:tao .

wt:taijitu
  skos:prefLabel "太极图"@zh, "taijitu"@en ;
  a skos:Concept ;
  skos:related wt:tao .

wt:qi
  skos:prefLabel "气"@zh, "qi"@en ;
  a skos:Concept ;
  skos:related wt:tao .

wt:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:tao .

wt:tao
  skos:inScheme wt:write_thesaurus ;
  skos:definition "Basic concept of Chinese religious and philosophical thought, understood as an order that governs and regulates the course of things, elaborated differently depending on the philosophical schools (Taoism and Confucianism). In Confucianism, it indicates the principles and the complex of ritual, ceremonial and ethical norms that regulate human existence and norms that regulate the universe (which is expressed through qi “energy” and li “order”). In Taoism, it represents the cosmic and universal way, present in the spontaneous manifestations of the world and nature. giving rise to the One, it triggers a process of infinite multiplication which, passing through the two complementary polarities of yin and yang, constitutes the matrix and the source from which all things proceed and to which they return."@en ;
  skos:related wt:qi, wt:taijitu, wt:yin_yang ;
  dc:source <https://www.treccani.it/enciclopedia/dao_(Dizionario-di-filosofia)/>, <https://www.treccani.it/enciclopedia/tao_(Enciclopedia-Italiana)/> ;
  skos:prefLabel "道"@zh, "tao"@en ;
  a skos:Concept ;
  skos:altLabel "dao"@pny, "dao"@en .

