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


KB Term:  Term intersection
English Word: 

Sigma KEE - DecafAttribute
DecafAttribute(decaf)

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


(instance DecafAttribute PreparedFoodAttribute) Food.kif 396-396 Decaf is an instance of prepared food attribute
(documentation DecafAttribute EnglishLanguage "DecafAttribute describes a naturally caffeinated food which has its Caffeine removed.") Food.kif 397-398 Decaf is an instance of prepared food attribute

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


(relatedInternalConcept CaffeinatedAttribute DecafAttribute) Food.kif 382-382 Caffeinated is internally related to decaf
(termFormat EnglishLanguage DecafAttribute "decaf") Food.kif 399-399 Caffeinated is internally related to decaf

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


(=>
    (and
        (instance ?F Food)
        (attribute ?F DecafAttribute)
        (piece ?C ?F)
        (instance ?C Caffeine))
    (exists (?R)
        (and
            (instance ?R Removing)
            (destination ?R ?F)
            (patient ?R ?C))))
Food.kif 401-411 If X is an instance of food, decaf is an attribute of X, Y is a piece of X, and Y is an instance of caffeine, then there exists Z such that Z is an instance of removing, Z ends up at X, and Y is a patient of Z
(=>
    (and
        (attribute ?F DecafAttribute)
        (instance ?F Food))
    (not
        (exists (?C)
            (and
                (instance ?C Caffeine)
                (piece ?C ?F)))))
Food.kif 413-421 If decaf is an attribute of X and X is an instance of food, then there doesn't exist Y such that Y is an instance of caffeine and Y is a piece of X


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