@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:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:chan .

wt:chan
  skos:broader wt:buddhism ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "zen"@en ;
  dc:source <https://en.wikipedia.org/wiki/Chan_Buddhism>, <https://plato.stanford.edu/entries/buddhism-chan> ;
  skos:definition "This concept represents an indigenous form of Chinese Buddhism that initially developed in the sixth century and subsequently spread to the rest of East Asia. It is characterised by novel use of language, development of new narrative forms, and valorisation of the direct and embodied realisation of Buddhist awakening. Chan inspired a monochromatic spiritual pictural trend practiced by the Chan monks, usually called “Chan painting”, characterised by lightning simplicity, dazzling execution, economy of strokes and strength of brushstrokes."@en ;
  skos:prefLabel "禅"@zh, "chan"@en ;
  a skos:Concept .

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

