Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  MediumRoast

Sigma KEE - MediumRoast
MediumRoast(medium roast)

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners