NationalAnthemFn |
appearance as argument number 1 |
(documentation NationalAnthemFn EnglishLanguage "The function (NationalAnthemFn ?N) returns the instance of Music that is considered as the national anthem of a particular Nation ?N") | Music.kif 949-951 | |
(domain NationalAnthemFn 1 Nation) | Music.kif 954-954 | The number 1 argument of national anthem is an instance of nation |
(instance NationalAnthemFn UnaryFunction) | Music.kif 948-948 | National anthem is an instance of unary function |
(range NationalAnthemFn Music) | Music.kif 955-955 | The range of national anthem is an instance of music |
appearance as argument number 2 |
(format ChineseLanguage NationalAnthemFn "%1 的 national anthem ") | domainEnglishFormat.kif 3952-3952 | |
(format ChineseTraditionalLanguage NationalAnthemFn "%1 的 national anthem ") | domainEnglishFormat.kif 3951-3951 | |
(format EnglishLanguage NationalAnthemFn "the national anthem of %1") | domainEnglishFormat.kif 3950-3950 | |
(termFormat EnglishLanguage NationalAnthemFn "national anthem") | Music.kif 952-952 |
antecedent |
(=> (equal ?M (NationalAnthemFn ?N)) (anthem ?M ?N)) |
Music.kif 957-959 |