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



KB Term:  Term intersection
English Word: 

  Coffee

Sigma KEE - Coffee
Coffee(coffee)
cafe_au_lait, cafe_noir, coffee, coffee_substitute, decaf, decaffeinated_coffee, demitasse, drip_coffee, ice_coffee, iced_coffee, instant_coffee, java, mocha, mocha_coffee

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


(subclass Coffee Beverage) Food.kif 604-604 Coffee is a subclass of beverage
(roomTempState Coffee Liquid) Food.kif 605-605 room temperature state coffee and liquid
(relatedInternalConcept Coffee CoffeeGrindAttribute) Food.kif 606-606 Coffee is internally related to coffee grind attribute
(relatedInternalConcept Coffee CoffeeRoastAttribute) Food.kif 607-607 Coffee is internally related to coffee roast attribute
(documentation Coffee EnglishLanguage "A Beverage which is prepared by infusing ground, roasted coffee beans into water.") Food.kif 608-609 Coffee is internally related to coffee roast attribute
(initialPart Coffee CoffeeBean) Food.kif 610-610 Every coffee is initially part of a coffee bean
(externalImage Coffee "http://articulatesoftware.com/SUMOpictures/plants/ BW/ coffee.png") pictureList.kif 356-356 Every coffee is initially part of a coffee bean

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


(typicallyContainsPart Caffeine Coffee) Food.kif 611-611 A coffee typically has a part caffeine
(subclass Espresso Coffee) Food.kif 715-715 Espresso is a subclass of coffee
(subclass Lungo Coffee) Food.kif 741-741 Lungo is a subclass of coffee
(subclass Cappuccino Coffee) Food.kif 1243-1243 Cappuccino is a subclass of coffee
(subclass Americano Coffee) Food.kif 1282-1282 Americano is a subclass of coffee
(subclass FlatWhite Coffee) Food.kif 1313-1313 Flat white is a subclass of coffee
(subclass Latte Coffee) Food.kif 1366-1366 Latte is a subclass of coffee
(subclass LongBlack Coffee) Food.kif 1396-1396 Long black is a subclass of coffee
(subclass VietnameseCoffee Coffee) Food.kif 1431-1431 Vietnamese coffee is a subclass of coffee
(subclass TurkishCoffee Coffee) Food.kif 1433-1433 Turkish coffee is a subclass of coffee
(subclass Manilo Coffee) Food.kif 1435-1435 Manilo is a subclass of coffee
(subclass InstantCoffee Coffee) Food.kif 1437-1437 Instant coffee is a subclass of coffee
(termFormat EnglishLanguage Coffee "coffee") domainEnglishFormat.kif 15488-15488 Instant coffee is a subclass of coffee
(termFormat ChineseTraditionalLanguage Coffee "咖啡") domainEnglishFormat.kif 15489-15489 Instant coffee is a subclass of coffee
(termFormat ChineseLanguage Coffee "咖啡") domainEnglishFormat.kif 15490-15490 Instant coffee is a subclass of coffee

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


(=>
    (instance ?C Coffee)
    (attribute ?C CaffeinatedAttribute))
Food.kif 613-615 If X is an instance of coffee, then caffeinated is an attribute of X
(=>
    (instance ?C Coffee)
    (material DrinkingWater ?C))
Food.kif 617-619 If X is an instance of coffee, then X is made of potable water
(=>
    (subclass ?CLASS Coffee)
    (initialPart CoffeeBean ?CLASS))
Food.kif 621-623 If X is a subclass of coffee, then every coffee bean is initially part of a X
(=>
    (and
        (instance ?M Meal)
        (member ?H ?M)
        (or
            (instance ?H Coffee)
            (instance ?H Tea))
        (member ?J ?M)
        (instance ?J Juice)
        (member ?B ?M)
        (instance ?B BreadOrBiscuit)
        (member ?B ?M)
        (instance ?B Butter)
        (member ?JA ?M)
        (instance ?JA Jam))
    (attribute ?M ContinentalBreakfast))
Food.kif 1744-1759 If All of the following hold: (1) X is an instance of meal (2) Y is a member of X (3) Y is an instance of coffee or Y is an instance of tea (4) Z is a member of X (5) Z is an instance of juice (6) W is a member of X (7) W is an instance of bread or biscuit (8) W is a member of X (9) W is an instance of butter (10) V is a member of X (11) V is an instance of jam, then continental breakfast is an attribute of X

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


(=>
    (instance ?COMPANY Coffeeshop)
    (exists (?SERVICE ?BEVERAGE)
        (and
            (instance ?SERVICE CommercialService)
            (agent ?SERVICE ?COMPANY)
            (instance ?SERVICE Selling)
            (patient ?SERVICE ?BEVERAGE)
            (instance ?BEVERAGE Coffee))))
Dining.kif 36-44 If X is an instance of coffee shop, then there exist Y, Z such that Y is an instance of commercial service, X is an agent of Y, Y is an instance of selling, Z is a patient of Y, and Z is an instance of coffee
(=>
    (instance ?C ElectricCoffeeMaker)
    (hasPurpose ?C
        (exists (?COFFEE ?M)
            (and
                (instance ?M CoffeeMaking)
                (instrument ?M ?C)
                (result ?M ?COFFEE)
                (instance ?COFFEE Coffee)))))
Food.kif 361-369 If X is an instance of coffee maker, then X has the purpose there exist Y, Z such that Z is an instance of coffee making, X is an instrument for Z, Y is a result of Z, and Y is an instance of coffee
(=>
    (instance ?CM CoffeeMaking)
    (exists (?C)
        (and
            (instance ?C Coffee)
            (result ?CM ?C))))
Food.kif 633-638 If X is an instance of coffee making, then there exists Y such that Y is an instance of coffee and Y is a result of X
(=>
    (instance ?CM CoffeeMaking)
    (exists (?R ?LM ?CG ?W ?F ?C)
        (and
            (subProcess ?R ?CM)
            (instance ?R Removing)
            (origin ?R ?LM)
            (instance ?LM LiquidMixture)
            (part ?W ?LM)
            (instance ?W DrinkingWater)
            (part ?CG ?LM)
            (instance ?CG CoffeeGrind)
            (instrument ?R ?F)
            (instance ?F Filter)
            (result ?R ?C)
            (instance ?C Coffee))))
Food.kif 662-677 If X is an instance of coffee making, then All of the following hold: (1) there exist Y, Z,, , W,, , V,, , U (2) T such that Y is a subprocess of X (3) Y is an instance of removing (4) Y originates at Z (5) Z is an instance of liquid mixture (6) V is a part of Z (7) V is an instance of potable water (8) W is a part of Z (9) W is an instance of coffee grind (10) U is an instrument for Y (11) U is an instance of filter (12) T is a result of Y (13) T is an instance of coffee
(=>
    (instance ?EM EspressoMaking)
    (exists (?C)
        (and
            (result ?EM ?C)
            (instance ?C Coffee))))
Food.kif 769-774 If X is an instance of espresso making, then there exists Y such that Y is a result of X and Y is an instance of coffee


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