@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:chan
  skos:prefLabel "禅"@zh, "chan"@en ;
  a skos:Concept ;
  skos:broader wt:buddhism .

wt:buddhism
  skos:related wt:buddhist_mantras, wt:lotus_flower ;
  skos:prefLabel "宗教"@zh, "buddhism"@en ;
  skos:narrower wt:chan ;
  skos:altLabel "zongjiao"@zh-Latn, "宗教"@zh ;
  a skos:Concept ;
  skos:inScheme wt:write_thesaurus ;
  dc:source <https://www.britannica.com/topic/Buddhism> ;
  skos:definition "Indian religion based on teachings attributed to the Buddha that was introduced in China during the Han dynasty (206 BCE-220 CE). It is now the largest officially recognised religion in China. "@en .

wt:buddhist_mantras
  skos:prefLabel "buddhist mantras"@en ;
  a skos:Concept ;
  skos:related wt:buddhism .

wt:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:buddhism .

wt:lotus_flower
  skos:prefLabel "荷花"@zh, "lotus flower"@en ;
  a skos:Concept ;
  skos:related wt:buddhism .

