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

wt:pagoda
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "ta"@zh-Latn ;
  skos:relatedMatch <http://vocab.getty.edu/page/aat/300004829> ;
  dc:source <https://www.treccani.it/enciclopedia/pagoda_(Enciclopedia-dei-ragazzi)/>, "Fahr-Becker, Gabriele. 2000. “Arte dell’Estremo Oriente”. Koln: Konemann 724." ;
  skos:definition "Reliquary consisting of a stupa resting on a terrace. In China, it is a tower with a polygonal plan – generally octagonal – and an odd number of floors (from 7 to a maximum of 13). It is decorated with painted terracotta and stands on hills, in a dominant position due to their symbolic and propitiatory character. As in other types of buildings in China, the roofs have raised corners, ending with dragons and grotesque decorations, whose function is to ward off evil spirits, which according to legend can only penetrate through right angles. "@en ;
  skos:prefLabel "塔"@zh, "pagoda"@en ;
  a skos:Concept .

