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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Drying
Drying(drying)blot, blow-dry, condense, dehumidify, dehydrate, desiccate, drip-dry, dry, dry_out, dry_up, effloresce, evaporate, exsiccate, freeze-dry, lyophilise, lyophilize, mummify, parch, rough-dry, scorch, sear, spin-dry, spray-dry, squeeze_out, tumble, tumble_dry, vaporise, vaporize, wring_out

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 12820-12821
(subclass Drying Removing) Merge.kif 12819-12819 Drying is a subclass of removing

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


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

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


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

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 25656-25662
(=>
    (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 25674-25682
(=>
    (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 5360-5366
(=>
    (instance ?X Towel)
    (capability Drying instrument ?X))
Mid-level-ontology.kif 5356-5358


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