@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:broadMatch <https://chineseiconography.org/terms/CIT0283304> ;
  skos:broader wt:chinese_ceramics ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "qinghuaci"@zh-Latn ;
  dc:source <https://www.vam.ac.uk/articles/chinese-blue-and-white-ceramics> ;
  skos:definition "Ceramics decorated with cobalt blue pigment on a white body, usually applied with a brush under the glaze. Originally invented in China, they became one of the most well-known and enduring products in the history of Chinese porcelain."@en ;
  skos:prefLabel "青花瓷"@zh, "blue and white porcelain"@en ;
  a skos:Concept .

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

wt:chinese_ceramics
  skos:prefLabel "中国陶瓷"@zh, "Chinese ceramics"@en ;
  a skos:Concept ;
  skos:narrower wt:blue_white_porcelain .

