(=>
(instance ?R Restating)
(exists (?L ?LP ?RP)
(and
(instance ?L LinguisticCommunication)
(earlier ?L ?R)
(containsInformation ?R ?RP)
(containsInformation ?L ?LP)
(equivalentContentInstance ?RP ?LP)))) |
Mid-level-ontology.kif 32283-32291 |
If X is an instance of restating, then there exist Y, Z, W such that Y is an instance of linguistic communication, Y happens earlier than X, X contains information W, Y contains information Z, and W is equivalent to Z |