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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DecafAttribute

Sigma KEE - DecafAttribute
DecafAttribute(decaf)

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


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

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


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

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


(=>
    (and
        (attribute ?F DecafAttribute)
        (instance ?F Food))
    (not
        (exists (?C)
            (and
                (instance ?C Caffeine)
                (piece ?C ?F)))))
Food.kif 437-445
(=>
    (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 425-435


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