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

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

wt:yin_yang
  skos:prefLabel "yin-yang"@en, "阴阳"@zh ;
  a skos:Concept ;
  skos:altLabel "阴阳"@zh, "yin-yang"@pny ;
  skos:definition "Chinese philosophic concept, describing an opposite but interconnected, self-perpetuating cycle. Yin and yang can be thought of as complementary and at the same time opposing forces that interact to form a dynamic system in which the whole is greater than the assembled parts and the parts are important for cohesion of the whole."@en ;
  skos:related wt:tao, wt:taijitu ;
  dc:source <https://en.wikipedia.org/wiki/Yin_and_yang> ;
  skos:inScheme wt:write_thesaurus .

wt:tao
  skos:prefLabel "道"@zh, "tao"@en ;
  a skos:Concept ;
  skos:related wt:yin_yang .

