![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
MediumRoast
|
|
|
| appearance as argument number 1 |
|
|
| (instance MediumRoast CoffeeRoastAttribute) | Food.kif 504-504 | Medium roast is an instance of coffee roast attribute |
| (documentation MediumRoast EnglishLanguage "MeidumRoast are CoffeeBeans that are roasted to between 210°C (410°F) and 219°C (426°F). [Wikipedia]") | Food.kif 505-506 | Medium roast is an instance of coffee roast attribute |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MediumRoast "medium roast") | Food.kif 507-507 |
| antecedent |
|
|
| (=> (and (instance ?B CoffeeBean) (attribute ?B MediumRoast) (roastedToTemperature ?B ?T)) (and (greaterThanOrEqualTo ?T 210) (lessThanOrEqualTo ?T 219))) |
Food.kif 509-516 | If X is an instance of coffee bean, medium roast is an attribute of X, and Y is the temperature at which X is roasted to, then Y is greater than or equal to 210 and Y is less than or equal to 219 |