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


KB Term:  Term intersection
English Word: 

Sigma KEE - Charging
Charging(charging)charge, recharge

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


(subclass Charging ElectricTransmission) Cars.kif 2238-2238 Charging is a subclass of electric transmission
(documentation Charging EnglishLanguage "The Process of moving electric potential into a RechargeableBattery.") Cars.kif 2240-2241 Charging is a subclass of electric transmission
(documentation Charging EnglishLanguage "The Process of moving electric potential out of a Battery.") Cars.kif 2262-2263 Charging is a subclass of electric transmission

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


(termFormat EnglishLanguage Charging "charging") Cars.kif 2239-2239

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


(=>
    (instance ?C Charging)
    (exists (?RB)
        (and
            (instance ?RB RechargeableBattery)
            (destination ?C ?RB))))
Cars.kif 2243-2248 If X is an instance of charging, then there exists Y such that Y is an instance of rechargeable battery and X ends up at Y

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


(=>
    (instance ?CH Charger)
    (hasPurpose ?CH
        (exists (?P)
            (and
                (instance ?P Charging)
                (instrument ?P ?CH)))))
Cars.kif 2252-2258 If X is an instance of charger, then X has the purpose there exists Y such that Y is an instance of charging and X is an instrument for Y
(=>
    (instance ?RB RechargeableBattery)
    (capability Charging destination ?RB))
Cars.kif 2278-2280 If X is an instance of rechargeable battery, then X is capable of doing charging as a destination
(=>
    (instance ?RB NonRechargeableBattery)
    (not
        (capability Charging destination ?RB)))
Cars.kif 2287-2290 If X is an instance of non_rechargeable battery, then X is not capable of doing charging as a destination


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