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 25843-25844
(instance Clean SubjectiveAssessmentAttribute) Mid-level-ontology.kif 25842-25842 Clean is an instance of subjective assessment attribute

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


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

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


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

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 1809-1819
(=>
    (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 ?X Cleaning)
    (exists (?OBJ)
        (and
            (patient ?X ?OBJ)
            (holdsDuring
                (EndFn
                    (WhenFn ?X))
                (attribute ?OBJ Clean)))))
Mid-level-ontology.kif 5549-5556


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