@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:incense
  skos:exactMatch <https://chineseiconography.org/terms/CIT286095> ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "香料"@zh, "xiang liao"@zh-Latn ;
  dc:source <https://en.wikipedia.org/wiki/Incense> ;
  skos:definition "Aromatic biotic material that releases fragrant smoke when burnt. In China it has been used in religious ceremonies, ancestor veneration, traditional Chinese medicine, and daily life for over two thousand years."@en ;
  skos:prefLabel "香料"@zh, "incense"@en ;
  a skos:Concept .

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

