![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| devicePlannedDownTime |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage devicePlannedDownTime "device %1 is scheduled to be in DeviceOff during TimeInterval %2") | Mid-level-ontology.kif 34522-34522 | |
| (termFormat EnglishLanguage devicePlannedDownTime "device planned down time") | Mid-level-ontology.kif 34523-34523 |
| antecedent |
|
|
| (=> (and (instance ?D Device) (devicePlannedDownTime ?D ?PLAN) (duration ?PLAN (MeasureFn ?X HourDuration)) (inList (MeasureFn ?X HourDuration) ?L)) (equal ?L (DevicePlannedDownTimeDurationListFn ?D))) |
Mid-level-ontology.kif 34438-34446 | If X is an instance of device, device X is scheduled to be in DeviceOff during TimeInterval Y, duration of Y is Z hour duration(s), and Z hour duration(s) is a member of W, then equal W and The List of deviceUpTime duration for X is |
| (=> (devicePlannedDownTime ?D ?T) (holdsDuring ?T (and (attribute ?D DeviceOff) (not (attribute ?D DeviceDamaged))))) |
Mid-level-ontology.kif 34528-34534 | If device X is scheduled to be in DeviceOff during TimeInterval Y, then device off is an attribute of X and device damaged is not an attribute of X holds during Y |