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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DecafAttribute
DecafAttribute

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 DecafAttributePreparedFoodAttributeinstance

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


(relatedInternalConcept CaffeinatedAttribute DecafAttribute) Food.kif 406-406 CaffeinatedAttributeDecafAttribute 是 内部相关
(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 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