spellingInLanguage |
appearance as argument number 1 |
(documentation spellingInLanguage EnglishLanguage "The predicate. (spellingInLanguage ?SYMBOLICSTRING ?WORD ?LANGUAGE) means that the SymbolicString ?SYMBOLICSTRING expresses the Word ?WORD in the Language ?LANGUAGE.") | Media.kif 3038-3041 | |
(domain spellingInLanguage 1 SymbolicString) | Media.kif 3033-3033 | spellingInLanguage 的 1 数量 是 符号串 的 instance |
(domain spellingInLanguage 2 Word) | Media.kif 3034-3034 | spellingInLanguage 的 2 数量 是 字词 的 instance |
(domain spellingInLanguage 3 Language) | Media.kif 3035-3035 | spellingInLanguage 的 3 数量 是 语言 的 instance |
(instance spellingInLanguage PartialValuedRelation) | Media.kif 3032-3032 | spellingInLanguage 是 部分值关系 的 instance |
(instance spellingInLanguage TernaryPredicate) | Media.kif 3031-3031 | spellingInLanguage 是 三元谓语 的 instance |
appearance as argument number 2 |
(format EnglishLanguage spellingInLanguage "%2 in Language %3 is spelt as %1.") | Media.kif 3036-3037 | |
(termFormat EnglishLanguage spellingInLanguage "spelling in language") | domainEnglishFormat.kif 65941-65941 |
antecedent |
(=> (and (instance ?WORD Palindrome) (spellingInLanguage ?LANGUAGE ?WORD ?SYMBOLICSTRING)) (equal ?SYMBOLICSTRING (ReverseFn ?SYMBOLICSTRING))) |
Media.kif 3078-3083 |