![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| translatedTitle |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage translatedTitle "the title of %2 translated into %3 is %1") | domainEnglishFormat.kif 4806-4806 | |
| (format ChineseTraditionalLanguage translatedTitle "%2 的 title 翻譯到 %3 是 %1 ") | domainEnglishFormat.kif 4807-4807 | |
| (format ChineseLanguage translatedTitle "%2 的 title 翻译到 %3 是 %1 ") | domainEnglishFormat.kif 4808-4808 | |
| (termFormat EnglishLanguage translatedTitle "translated title") | domainEnglishFormat.kif 65997-65997 |
| antecedent |
|
|
| (=> (and (translatedTitle ?TRANS ?WORKTYPE ?LANG1) (originalTitle ?TITLE ?WORKTYPE ?LANG2)) (and (not (equal ?TRANS ?TITLE)) (not (equal ?LANG1 ?LANG2)))) |
Media.kif 3189-3195 | If the title of X translated into Y is Z and the original title of X in W is V, then equal Z and V and equal Y and W |
| consequent |
|
|
| (=> (and (titleInLanguage ?TITLE1 ?WORKTYPE ?LANG1) (originalTitle ?TITLE2 ?WORKTYPE ?LANG2) (not (equal ?LANG1 ?LANG2))) (translatedTitle ?TITLE1 ?WORKTYPE ?LANG1)) |
Media.kif 3197-3202 | If the title of X in Y is Z, the original title of X in W is V, and equal Y and W, then the title of X translated into Y is Z |