@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:blue_white_porcelain
  skos:prefLabel "青花瓷"@zh, "blue and white porcelain"@en ;
  a skos:Concept ;
  skos:broader wt:chinese_ceramics .

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

wt:green_celadon_vase
  skos:prefLabel "花瓶青瓷"@zh, "green celadon vase"@en ;
  a skos:Concept ;
  skos:broader wt:chinese_ceramics .

wt:chinese_ceramics
  skos:narrower wt:blue_white_porcelain, wt:green_celadon_vase ;
  skos:broadMatch <https://chineseiconography.org/terms/CIT0283302> ;
  skos:prefLabel "Chinese ceramics"@en, "中国陶瓷"@zh ;
  skos:definition "One of the most significant forms of Chinese art and ceramics globally. They range from construction materials such as bricks and tiles, to hand-built pottery vessels fired in bonfires or kilns, to the sophisticated Chinese porcelain wares made for the imperial court and for export."@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "zhongguo taoci"@zh-Latn ;
  a skos:Concept ;
  dc:source <https://en.wikipedia.org/wiki/Chinese_ceramics> .

