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 12796-12797
(subclass Drying Removing) Merge.kif 12795-12795 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
(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 12799-12804

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 25367-25373
(=>
    (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 25385-25393
(=>
    (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 5365-5371
(=>
    (instance ?X Towel)
    (capability Drying instrument ?X))
Mid-level-ontology.kif 5361-5363


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