| 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 3040-3043 | |
| (domain spellingInLanguage 1 SymbolicString) | Media.kif 3035-3035 | The number 1 argument of spelling in language is an instance of symbolic string |
| (domain spellingInLanguage 2 Word) | Media.kif 3036-3036 | The number 2 argument of spelling in language is an instance of word |
| (domain spellingInLanguage 3 Language) | Media.kif 3037-3037 | The number 3 argument of spelling in language is an instance of language |
| (instance spellingInLanguage PartialValuedRelation) | Media.kif 3034-3034 | spelling in language is an instance of partial valued relation |
| (instance spellingInLanguage TernaryPredicate) | Media.kif 3033-3033 | spelling in language is an instance of ternary predicate |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage spellingInLanguage "%2 in Language %3 is spelt as %1.") | Media.kif 3038-3039 | |
| (termFormat EnglishLanguage spellingInLanguage "spelling in language") | domainEnglishFormat.kif 65964-65964 |
| antecedent |
|
|
| (=> (and (instance ?WORD Palindrome) (spellingInLanguage ?LANGUAGE ?WORD ?SYMBOLICSTRING)) (equal ?SYMBOLICSTRING (ReverseFn ?SYMBOLICSTRING))) |
Media.kif 3080-3085 |
|
|
|