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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CoffeeRobusta
CoffeeRobusta(coffee robusta)

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


(documentation CoffeeRobusta EnglishLanguage "CoffeeRobusta are CoffeeBeans harvested from CoffeaRobusta CoffeePlant. Arabica beans consist of 1.7-4.0% caffeine.[Wikipedia]") Economy.kif 4871-4872
(subclass CoffeeRobusta CoffeeBean) Economy.kif 4870-4870 Coffee robusta is a subclass of coffee bean

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


(termFormat EnglishLanguage CoffeeRobusta "coffee robusta") Economy.kif 4873-4873

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


(=>
    (and
        (instance ?C CoffeeRobusta)
        (measure ?C
            (MeasureFn ?X Gram))
        (instance ?CC Caffeine)
        (part ?CC ?C)
        (measure ?CC
            (MeasureFn ?Y Gram))
        (equal ?Z
            (DivisionFn ?Y ?X)))
    (and
        (greaterThanOrEqualTo ?Z 0.017)
        (lessThanOrEqualTo ?Z 0.04)))
Economy.kif 4879-4892
(=>
    (instance ?P
        (PlantFn CoffeeRobusta))
    (instance ?P CoffeaRobusta))
Economy.kif 4875-4877


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 is open source software produced by Articulate Software and its partners