@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:taijitu
  skos:prefLabel "太极图"@zh, "taijitu"@en ;
  skos:related wt:tao, wt:yin_yang ;
  skos:inScheme wt:write_thesaurus ;
  dc:source <https://en.wikipedia.org/wiki/Taijitu> ;
  skos:definition "Famous symbol of Chinese culture that represents the concept of yin and yang and the union of the two opposing principles."@en ;
  a skos:Concept ;
  skos:altLabel "taijitu"@zh-Latn ;
  skos:exactMatch <https://chineseiconography.org/terms/CIT278271> .

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

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

wt:yin_yang
  skos:prefLabel "阴阳"@zh, "yin-yang"@en ;
  a skos:Concept ;
  skos:related wt:taijitu .

