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


KB Term:  Term intersection
English Word: 

Sigma KEE - DarkRoast
DarkRoast(dark roast)

appearance as argument number 1
-------------------------


(instance DarkRoast CoffeeRoastAttribute) Food.kif 542-542 Dark roast is an instance of coffee roast attribute
(documentation DarkRoast EnglishLanguage "DarkRoast are CoffeeBeans that are roasted to between 225°C (437°F) and 245°C (473°F). [Wikipedia]") Food.kif 543-544 Dark roast is an instance of coffee roast attribute

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage DarkRoast "dark roast") Food.kif 545-545

antecedent
-------------------------


(=>
    (and
        (instance ?B CoffeeBean)
        (attribute ?B DarkRoast)
        (roastedToTemperature ?B ?T))
    (and
        (greaterThanOrEqualTo ?T 225)
        (lessThanOrEqualTo ?T 245)))
Food.kif 547-554 If X is an instance of coffee bean, dark 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 225 and Y is less than or equal to 245


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



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