(=>
(and
(instance ?AGREEMENT Contract)
(partyToAgreement ?AGENT1 ?AGREEMENT)
(partyToAgreement ?AGENT2 ?AGREEMENT)
(instance ?PROC IntentionalProcess)
(agent ?PROC ?AGENT1)
(realization ?PROC ?PROP)
(containsFormula ?PROP ?FORM1)
(containsFormula ?AGREEMENT ?FORM2)
(not
(consistent ?FORM1 ?FORM2)))
(modalAttribute
(exists (?LEGAL)
(and
(instance ?LEGAL LegalAction)
(plaintiff ?LEGAL ?AGENT2)
(defendant ?LEGAL ?AGENT1))) Possibility)) |
Mid-level-ontology.kif 15750-15767 |
If All of the following hold: (1) X is an instance of contract (2) X is a party to agreement of Y (3) X is a party to agreement of Z (4) W is an instance of intentional process (5) Y is an agent of W (6) W expresses the content of V (7) V contains the formula U (8) X contains the formula T (9) T is not a consistent of U, then the statement there exists S such that S is an instance of legal action, Z is the plaintiff in S, and Y is the defendant in S has the modal force of possibility |