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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Drying

Sigma KEE - Drying
Drying(烘干)

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


(documentation Drying ChineseLanguage "这是将 LiquidObject 消除的 Process Class。") chinese_format.kif 3213-3214
(documentation Drying EnglishLanguage "The Class of Processes where a Liquid is removed from an Object.") Merge.kif 12774-12775
(subclass Drying Removing) Merge.kif 12773-12773 烘干移除subclass

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


(subclass CuringFood Drying) Food.kif 77-77 CuringFood烘干subclass
(termFormat ChineseLanguage Drying "烘干") chinese_format.kif 1183-1183
(termFormat EnglishLanguage Drying "drying") english_format.kif 1583-1583
(termFormat FrenchLanguage Drying "s�cher") french_format.kif 861-861
(termFormat Hindi Drying "shurkan") terms-hindi.txt 393-393
(termFormat ItalianLanguage Drying "Asciugare") terms-it.txt 396-396
(termFormat JapaneseLanguage Drying "乾燥") japanese_format.kif 2545-2545
(termFormat PortugueseLanguage Drying "Secar") portuguese_format.kif 813-813
(termFormat cb Drying "pag-uga") terms-cb.txt 398-398
(termFormat cz Drying "drying") terms-cz.txt 432-432
(termFormat ro Drying "uscare") relations-ro.kif 882-882
(termFormat tg Drying "pinapatuyo") terms-tg.txt 397-397

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


(=>
    (and
        (instance ?DRY Drying)
        (patient ?DRY ?OBJ))
    (holdsDuring
        (EndFn
            (WhenFn ?DRY))
        (attribute ?OBJ Dry)))
Merge.kif 12777-12782

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


(=>
    (and
        (instance ?C CuringFood)
        (instance ?F Food)
        (patient ?C ?F))
    (exists (?D)
        (and
            (instance ?D Drying)
            (subProcess ?D ?C)
            (patient ?D ?F))))
Food.kif 96-105
(=>
    (instance ?D DryingDevice)
    (hasPurpose ?D
        (exists (?DRYING)
            (and
                (instance ?DRYING Drying)
                (instrument ?DRYING ?D)))))
Mid-level-ontology.kif 25368-25374
(=>
    (instance ?HD HairDryer)
    (hasPurpose ?HD
        (exists (?HAIR ?DRYING)
            (and
                (instance ?HAIR Hair)
                (instance ?DRYING Drying)
                (patient ?DRYING ?HAIR)
                (instrument ?DRYING ?HD)))))
Mid-level-ontology.kif 25386-25394
(=>
    (instance ?R Raisin)
    (exists (?D ?G)
        (and
            (instance ?D Drying)
            (instance ?G Grape)
            (patient ?D ?G)
            (result ?D ?R))))
Food.kif 3325-3332
(=>
    (instance ?SVC LaundryService)
    (exists (?CLOTHES ?WASH ?DRY ?IRON)
        (and
            (instance ?CLOTHES Clothing)
            (patient ?SVC ?CLOTHES)
            (subProcess ?WASH ?SVC)
            (instance ?WASH Washing)
            (patient ?WASH ?CLOTHES)
            (result ?WASH
                (attribute ?CLOTHES Clean))
            (subProcess ?DRY ?SVC)
            (instance ?DRY Drying)
            (patient ?DRY ?CLOTHES)
            (instance ?IRON Ironing)
            (subProcess ?IRON ?SVC)
            (patient ?IRON ?CLOTHES)
            (before
                (BeginFn
                    (WhenFn ?WASH))
                (BeginFn
                    (WhenFn ?DRY)))
            (before
                (BeginFn
                    (WhenFn ?DRY))
                (BeginFn
                    (WhenFn ?IRON))))))
Hotel.kif 1785-1802
(=>
    (instance ?T Towel)
    (hasPurpose ?T
        (exists (?D)
            (and
                (instance ?D Drying)
                (instrument ?D ?T)))))
Mid-level-ontology.kif 5366-5372
(=>
    (instance ?X Towel)
    (capability Drying instrument ?X))
Mid-level-ontology.kif 5362-5364


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