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


KB Term:  Term intersection
English Word: 

Sigma KEE - Dishwasher
Dishwasher(dishwasher)
dish_washer, dishwasher, dishwashing_machine

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


(subclass Dishwasher MajorAppliance) Mid-level-ontology.kif 2879-2879 Dishwasher is a subclass of major appliance
(subclass Dishwasher WashingDevice) HouseholdAppliances.kif 620-620 Dishwasher is a subclass of washing device
(documentation Dishwasher EnglishLanguage "A WashingDevice for cleaning Dishes.") HouseholdAppliances.kif 621-621 Dishwasher is a subclass of washing device
(subclass Dishwasher ElectricDevice) Society.kif 672-672 Dishwasher is a subclass of electric device
(documentation Dishwasher EnglishLanguage "A dishwasher is a mechanical device for cleaning dishes and eating utensils.") Society.kif 673-673 Dishwasher is a subclass of electric device
(externalImage Dishwasher "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 8/ 82/ Dishwasher_open_for_loading.jpg/ 250px_Dishwasher_open_for_loading.jpg") pictureList.kif 1093-1093 Dishwasher is a subclass of electric device

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


(termFormat EnglishLanguage Dishwasher "dishwasher") domainEnglishFormat.kif 19842-19842
(termFormat ChineseTraditionalLanguage Dishwasher "洗碗機") domainEnglishFormat.kif 19843-19843
(termFormat ChineseLanguage Dishwasher "洗碗机") domainEnglishFormat.kif 19844-19844

appearance as argument number 3
-------------------------


(domainSubclass platePlacesCount 1 Dishwasher) HouseholdAppliances.kif 1634-1634 The number 1 argument of plate places count is a subclass of dishwasher
(domainSubclass servingPiecesCount 1 Dishwasher) HouseholdAppliances.kif 1647-1647 The number 1 argument of places for serving pieces count is a subclass of dishwasher
(domainSubclass waterUsePerDishwasherCycle 1 Dishwasher) HouseholdAppliances.kif 1676-1676 The number 1 argument of water use per dishwasher cycle is a subclass of dishwasher

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


(=>
    (instance ?DEVICE Dishwasher)
    (hasPurpose ?DEVICE
        (exists (?DISH ?CLEANING)
            (and
                (instance ?DISH Tableware)
                (instance ?CLEANING Washing)
                (patient ?CLEANING ?DISH)
                (instrument ?CLEANING ?DEVICE)))))
HouseholdAppliances.kif 624-632 If X is an instance of dishwasher, then X has the purpose there exist Y, Z such that Y is an instance of tableware, Z is an instance of washing, Y is a patient of Z, and X is an instrument for Z
(=>
    (and
        (instance ?DEVICE Dishwasher)
        (attribute ?DEVICE Compact)
        (instance ?DEVICE ?CLASS)
        (platePlacesCount ?CLASS ?PLATEC)
        (servingPiecesCount ?CLASS ?PIECIESC))
    (and
        (lessThanOrEqualTo ?PLATEC 8)
        (lessThanOrEqualTo ?PIECIESC 6)))
HouseholdAppliances.kif 1655-1664 If X is an instance of dishwasher, compact is an attribute of X, X is an instance of Y, plate places count Y and Z, and places for serving pieces count Y and W, then Z is less than or equal to 8 and W is less than or equal to 6
(=>
    (and
        (instance ?X Dishwasher)
        (attribute ?X Compact)
        (attribute ?X EnergyStar4Rating)
        (annualEnergyConsumption ?X
            (MeasureFn ?ENERGY KilowattHour)))
    (lessThanOrEqualTo ?ENERGY 234))
HouseholdAppliances.kif 1685-1692 If X is an instance of dishwasher, compact is an attribute of X, EnergyStar 4 is an attribute of X, and annual energy consumption X and Y kilowatt hour(s), then Y is less than or equal to 234
(=>
    (and
        (instance ?X Dishwasher)
        (attribute ?X Compact)
        (attribute ?X EnergyStar5Rating)
        (annualEnergyConsumption ?X
            (MeasureFn ?ENERGY KilowattHour)))
    (lessThanOrEqualTo ?ENERGY 222))
HouseholdAppliances.kif 1696-1703 If X is an instance of dishwasher, compact is an attribute of X, EnergyStar 5 is an attribute of X, and annual energy consumption X and Y kilowatt hour(s), then Y is less than or equal to 222
(=>
    (and
        (instance ?X Dishwasher)
        (not
            (attribute ?X Compact))
        (attribute ?X EnergyStar4Rating)
        (annualEnergyConsumption ?X
            (MeasureFn ?ENERGY KilowattHour)))
    (lessThanOrEqualTo ?ENERGY 324))
HouseholdAppliances.kif 1707-1715 If X is an instance of dishwasher, compact is not an attribute of X, EnergyStar 4 is an attribute of X, and annual energy consumption X and Y kilowatt hour(s), then Y is less than or equal to 324
(=>
    (and
        (instance ?X Dishwasher)
        (not
            (attribute ?X Compact))
        (attribute ?X EnergyStar5Rating)
        (annualEnergyConsumption ?X
            (MeasureFn ?ENERGY KilowattHour)))
    (lessThanOrEqualTo ?ENERGY 295))
HouseholdAppliances.kif 1719-1727 If X is an instance of dishwasher, compact is not an attribute of X, EnergyStar 5 is an attribute of X, and annual energy consumption X and Y kilowatt hour(s), then Y is less than or equal to 295


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners