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


KB Term:  Term intersection
English Word: 

Sigma KEE - CoffeeRoastAttribute
CoffeeRoastAttribute(coffee roast attribute)

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


(subclass CoffeeRoastAttribute RelationalAttribute) Food.kif 423-423 Coffee roast attribute is a subclass of relational attribute
(relatedInternalConcept CoffeeRoastAttribute CoffeeGrindAttribute) Food.kif 424-424 Coffee roast attribute is internally related to coffee grind attribute
(documentation CoffeeRoastAttribute EnglishLanguage "CoffeeRoastAttribute is a Class of RelationalAttribute used to describe the degree of Heating the CoffeeBeans are subjected to.") Food.kif 425-427 Coffee roast attribute is internally related to coffee grind attribute

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


(relatedInternalConcept DryRoastAttribute CoffeeRoastAttribute) Food.kif 108-108 Dry roast is internally related to coffee roast attribute
(termFormat EnglishLanguage CoffeeRoastAttribute "coffee roast attribute") Food.kif 428-428 Dry roast is internally related to coffee roast attribute
(instance LightRoast CoffeeRoastAttribute) Food.kif 466-466 Light roast is an instance of coffee roast attribute
(instance CinnamonRoast CoffeeRoastAttribute) Food.kif 480-480 Cinnamon roast is an instance of coffee roast attribute
(instance NewEnglandRoast CoffeeRoastAttribute) Food.kif 492-492 New England roast is an instance of coffee roast attribute
(instance MediumRoast CoffeeRoastAttribute) Food.kif 504-504 Medium roast is an instance of coffee roast attribute
(instance AmericanRoast CoffeeRoastAttribute) Food.kif 518-518 American roast is an instance of coffee roast attribute
(instance CityRoast CoffeeRoastAttribute) Food.kif 530-530 City roast is an instance of coffee roast attribute
(instance DarkRoast CoffeeRoastAttribute) Food.kif 542-542 Dark roast is an instance of coffee roast attribute
(instance FullyCityRoast CoffeeRoastAttribute) Food.kif 556-556 Full city roast is an instance of coffee roast attribute
(instance ViennaRoast CoffeeRoastAttribute) Food.kif 568-568 Vienna roast is an instance of coffee roast attribute
(instance FrenchRoast CoffeeRoastAttribute) Food.kif 580-580 French roast is an instance of coffee roast attribute
(instance ItalianRoast CoffeeRoastAttribute) Food.kif 592-592 Italian roast is an instance of coffee roast attribute
(relatedInternalConcept Coffee CoffeeRoastAttribute) Food.kif 607-607 Coffee is internally related to coffee roast attribute

consequent
-------------------------


(=>
    (and
        (instance ?C CoffeeBean)
        (attribute ?C ?R))
    (instance ?R CoffeeRoastAttribute))
Food.kif 430-434 If X is an instance of coffee bean and Y is an attribute of X, then Y is an instance of coffee roast attribute
(=>
    (instance ?CG CoffeeGrind)
    (exists (?B ?A ?C)
        (and
            (instance ?B CoffeeBean)
            (attribute ?B ?A)
            (instance ?A CoffeeRoastAttribute)
            (attribute ?CG ?C)
            (instance ?C CoffeeGrindAttribute))))
Food.kif 1022-1030 If X is an instance of coffee grind, then there exist Y, Z, W such that Y is an instance of coffee bean, Z is an attribute of Y, Z is an instance of coffee roast attribute, W is an attribute of X, and W is an instance of coffee grind attribute


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