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

wt:lotus_flower
  skos:exactMatch <https://chineseiconography.org/terms/CIT280647> ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "hehua"@zh-Latn ;
  skos:related wt:buddhism ;
  dc:source <https://en.wikipedia.org/wiki/Sacred_lotus_in_religious_art> ;
  skos:definition "Chinese symbol of purity and beauty emerging from muddy waters. In Buddhist art, lotus is the symbol of purity of the body, speech and mind, as floating above the murky waters of material attachment and physical desire; it is usually depicted in a stylised manner and used as the seat or base for a figure (the so-called “lotus throne”)."@en ;
  skos:prefLabel "荷花"@zh, "lotus flower"@en ;
  a skos:Concept .

wt:buddhism
  skos:prefLabel "宗教"@zh, "buddhism"@en ;
  a skos:Concept ;
  skos:related wt:lotus_flower .

