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

wt:three_perfections
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "sanjue"@zh-Latn ;
  dc:source "Sullivan, Michael. 1974. The Three Perfections: Chinese Painting, Poetry and Calligraphy. New York: George Braziller." ;
  skos:definition "This concept represents the three forms of art - poetry (shi 诗), calligraphy (shu 书) and painting (hua 画), that every educated official was expected to master in the China’s Empire; their integration is considered the apex of Chinese artistic expression."@en ;
  skos:prefLabel "三绝"@zh, "three perfections"@en ;
  a skos:Concept .

