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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Clean
Clean(clean)clean, dry-cleaned, fresh, immaculate, neat, orderly, pristine, scrubbed, speckless, spic, spic-and-span, spick, spick-and-span, spotless, uncontaminated, unpolluted, unsoiled, unspotted, unstained, washed, water-washed

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


(documentation Clean EnglishLanguage "Clean describes how something is free from dirt or impurities") Mid-level-ontology.kif 27236-27237
(instance Clean SubjectiveAssessmentAttribute) Mid-level-ontology.kif 27235-27235 Clean is an instance of subjective assessment attribute

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


(contraryAttribute Dirty Clean) Mid-level-ontology.kif 27253-27253 Dirty is the opposite of clean
(termFormat EnglishLanguage Clean "clean") Mid-level-ontology.kif 27238-27238 Dirty is the opposite of clean

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


(=>
    (attribute ?X Clean)
    (instance ?X Object))
Mid-level-ontology.kif 27245-27247

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


(=>
    (instance ?SVC DryCleaningService)
    (exists (?CLOTHES ?WATER ?CHEM)
        (and
            (instance ?CLOTHES Clothing)
            (not
                (instrument ?SVC ?WATER))
            (instance ?WATER Water)
            (instance ?CHEM ChemicalProduct)
            (instrument ?SVC ?CHEM)
            (patient ?SVC ?CLOTHES)
            (result ?SVC
                (attribute ?CLOTHES Clean)))))
Hotel.kif 1820-1830
(=>
    (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 1796-1813
(=>
    (instance ?X Cleaning)
    (exists (?OBJ)
        (and
            (patient ?X ?OBJ)
            (holdsDuring
                (EndFn
                    (WhenFn ?X))
                (attribute ?OBJ Clean)))))
Mid-level-ontology.kif 6511-6518


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