(=>
(and
(instance ?G Substance)
(attribute ?G OxidizingSubstance))
(exists (?R)
(and
(instance ?R Releasing)
(patient ?R Oxygen)
(capability Releasing origin ?G)
(modalAttribute
(exists (?C)
(and
(instance ?C Combustion)
(causes ?R ?C))) Possibility)))) |
Transportation.kif 4720-4733 |
If X is an instance of substance and oxidizing substance is an attribute of X, then there exists Y such that Y is an instance of releasing, oxygen is a patient of Y, X is capable of doing releasing as a origin, the statement there exists Z such that Z is an instance of burning, and Y causes Z has the modal force of possibility |