@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:chivel
  a skos:Collection ;
  skos:prefLabel "Chinese Visual Elements"@en ;
  skos:member wt:paper_lanterns .

wt:paper_lanterns
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "denglong"@zh-Latn ;
  skos:relatedMatch <http://vocab.getty.edu/page/aat/300428851> ;
  dc:source <https://en.wikipedia.org/wiki/Paper_lantern?utm_source> ;
  skos:definition "Traditional thin, translucent lanterns made of paper, often colored, used for lighting, decoration, and celebrations in many East Asian cultures, especially in China."@en ;
  skos:prefLabel "灯笼"@zh, "paper lanterns"@en ;
  a skos:Concept .

