(=>
(and
(monitorComponentData ?Time1 ?ID ?Number)
(componentDataID ?Time2 ?Component ?Instance ?Unit ?ID))
(exists (?Event)
(and
(instance ?Event MeasuringPerformance)
(unitMeasuringPerformance ?Instance ?Unit)
(time ?Event ?Time1)
(performanceResult ?Event ?Instance ?Number)))) |
QoSontology.kif 1051-1060 |
If X is monitor component data Y for Z and W component dataID V for U with T and Y, then there exists S such that S is an instance of measuring performance, T is an unit measuring performance of U, S exists during X, and S is performance result U for Z |