![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| grainSize |
| appearance as argument number 1 |
|
|
| (instance grainSize BinaryPredicate) | Food.kif 1053-1053 | grain size is an instance of binary predicate |
| (documentation grainSize EnglishLanguage "grainSize is a BinaryRelation describing the diameter measure of a particle.") | Food.kif 1054-1055 | grain size is an instance of binary predicate |
| (domain grainSize 1 Object) | Food.kif 1057-1057 | The number 1 argument of grain size is an instance of object |
| (domain grainSize 2 RealNumber) | Food.kif 1058-1058 | The number 2 argument of grain size is an instance of real number |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage grainSize "grain size") | Food.kif 1056-1056 | |
| (format EnglishLanguage grainSize "%2 is the diameter in UnitOFLength of %1") | Food.kif 1059-1059 |
| antecedent |
|
|
| consequent |
|
|
| (=> (and (instance ?A CoffeeGrindAttribute) (attribute ?C ?A) (instance ?C CoffeeGrind)) (exists (?L ?X) (and (grainSize ?C ?L) (instance ?X LengthMeasure) (equal ?X (MeasureFn ?L Millimeter))))) |
Food.kif 1041-1051 | If X is an instance of coffee grind attribute, X is an attribute of Y, and Y is an instance of coffee grind, then there exist Z and W such that Z is the diameter in UnitOFLength of Y and W is an instance of length measure and equal W and Z millimeter(s) |