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


KB Term:  Term intersection
English Word: 

Sigma KEE - annualEnergyConsumption
annualEnergyConsumption

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


(instance annualEnergyConsumption BinaryPredicate) HouseholdAppliances.kif 1321-1321 annual energy consumption is an instance of binary predicate
(instance annualEnergyConsumption SingleValuedRelation) HouseholdAppliances.kif 1322-1322 annual energy consumption is an instance of single valued relation
(instance annualEnergyConsumption PartialValuedRelation) HouseholdAppliances.kif 1323-1323 annual energy consumption is an instance of partial valued relation
(domain annualEnergyConsumption 1 ElectricDevice) HouseholdAppliances.kif 1325-1325 The number 1 argument of annual energy consumption is an instance of electric device
(domain annualEnergyConsumption 2 EnergyMeasure) HouseholdAppliances.kif 1326-1326 The number 2 argument of annual energy consumption is an instance of energy measure
(documentation annualEnergyConsumption EnglishLanguage "The estimated amount of energy consumed by a device during one year.") HouseholdAppliances.kif 1328-1328 The number 2 argument of annual energy consumption is an instance of energy measure

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


(termFormat EnglishLanguage annualEnergyConsumption "annual energy consumption") HouseholdAppliances.kif 1329-1329

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


(=>
    (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