@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:buddhist_mantras
  skos:inScheme wt:write_thesaurus ;
  skos:related wt:buddhism ;
  skos:relatedMatch <https://chineseiconography.org/terms/CIT286200> ;
  dc:source <https://en.wikipedia.org/wiki/Mantra> ;
  skos:definition "Sacred utterance, a numinous sound, a syllable, word or phoneme, or a group of words believed by Buddhist practitioners to have religious, magical or spiritual powers."@en ;
  skos:prefLabel "buddhist mantras"@en ;
  a skos:Concept .

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

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

