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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CoffeeGrindAttribute
CoffeeGrindAttribute(coffee grind attribute)

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


(documentation CoffeeGrindAttribute EnglishLanguage "CoffeeGrindAttribute is a Class of RelationalAttribute used to describe the particle size of the CoffeeGrind.") Food.kif 1060-1061
(subclass CoffeeGrindAttribute RelationalAttribute) Food.kif 1059-1059 Coffee grind attribute is a subclass of relational attribute

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


(instance CoarseGrind CoffeeGrindAttribute) Food.kif 1103-1103 Coarse grind is an instance of coffee grind attribute
(instance ExtraCoarseGrind CoffeeGrindAttribute) Food.kif 1091-1091 Extra coarse grind is an instance of coffee grind attribute
(instance ExtraFineGrind CoffeeGrindAttribute) Food.kif 1163-1163 Extra fine grind is an instance of coffee grind attribute
(instance FineGrind CoffeeGrindAttribute) Food.kif 1151-1151 Fine grind is an instance of coffee grind attribute
(instance MediumCoarseGrind CoffeeGrindAttribute) Food.kif 1115-1115 Medium coarse grind is an instance of coffee grind attribute
(instance MediumFineGrind CoffeeGrindAttribute) Food.kif 1139-1139 Medium fine grind is an instance of coffee grind attribute
(instance MediumGrind CoffeeGrindAttribute) Food.kif 1127-1127 Medium grind is an instance of coffee grind attribute
(relatedInternalConcept Coffee CoffeeGrindAttribute) Food.kif 630-630 Coffee is internally related to coffee grind attribute
(relatedInternalConcept CoffeeRoastAttribute CoffeeGrindAttribute) Food.kif 448-448 Coffee roast attribute is internally related to coffee grind attribute
(relatedInternalConcept DryRoastAttribute CoffeeGrindAttribute) Food.kif 109-109 Dry roast is internally related to coffee grind attribute
(termFormat EnglishLanguage CoffeeGrindAttribute "coffee grind attribute") Food.kif 1062-1062 Dry roast is internally related to coffee grind attribute

appearance as argument number 3
-------------------------


(domain optimalGrindSizeForMakingCoffee 2 CoffeeGrindAttribute) Food.kif 724-724 The number 2 argument of optimal grind size for making coffee is an instance of coffee grind attribute

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


(=>
    (and
        (instance ?A CoffeeGrindAttribute)
        (attribute ?C ?A)
        (instance ?C CoffeeGrind))
    (exists (?L ?X)
        (and
            (grainSize ?C ?L)
            (instance ?X LengthMeasure)
            (equal ?X
                (MeasureFn ?L Millimeter)))))
Food.kif 1064-1074

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


(=>
    (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 1045-1053


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