(=>
(and
(instance ?TRANSLATE Translating)
(patient ?TRANSLATE ?EXPRESSION1)
(result ?TRANSLATE ?EXPRESSION2))
(exists (?LANGUAGE1 ?LANGUAGE2 ?ENTITY)
(and
(representsInLanguage ?EXPRESSION1 ?ENTITY ?LANGUAGE1)
(representsInLanguage ?EXPRESSION2 ?ENTITY ?LANGUAGE2)
(not
(equal ?LANGUAGE1 ?LANGUAGE2))))) |
Merge.kif 13026-13035 |
If X is an instance of translating, Y is a patient of X, and Z is a result of X, then there exist W, V, U such that Y represents U in the language W, Z represents U in the language V, equal W, and V |