PowerSource
|
|
appearance as argument number 1 |
(documentation PowerSource EnglishLanguage "A source of electrical power.") | Mid-level-ontology.kif 2556-2556 | |
(subclass PowerSource Device) | Mid-level-ontology.kif 2558-2558 |
appearance as argument number 2 |
(subclass ACPowerSource PowerSource) | Mid-level-ontology.kif 26388-26388 | |
(subclass DCPowerSource PowerSource) | Mid-level-ontology.kif 2568-2568 | |
(subclass SinglePhasePowerSource PowerSource) | engineering.kif 873-873 | |
(subclass ThreePhasePowerSource PowerSource) | engineering.kif 878-878 | |
(termFormat ChineseLanguage PowerSource "能量源") | domainEnglishFormat.kif 47062-47062 | |
(termFormat ChineseTraditionalLanguage PowerSource "能量源") | domainEnglishFormat.kif 47061-47061 | |
(termFormat EnglishLanguage PowerSource "power source") | domainEnglishFormat.kif 47060-47060 |
appearance as argument number 3 |
(domain voltageMeasure 1 PowerSource) | Mid-level-ontology.kif 26401-26401 |
antecedent |
(=> (and (instance ?PLUG ElectricalPlug) (instance ?DEVICE ElectricDevice) (instance ?OUTLET ElectricalOutlet) (connectedEngineeringComponents ?DEVICE ?PLUG) (completelyFills ?PLUG ?OUTLET) (instance ?POWER PowerSource) (connectedEngineeringComponents ?POWER ?OUTLET)) (exists (?RE) (and (instance ?RE RadiatingElectromagnetic) (origin ?RE ?POWER) (destination ?RE ?DEVICE)))) |
Mid-level-ontology.kif 25980-25993 | |
(=> (instance ?PS PowerSource) (exists (?RE) (and (instance ?RE RadiatingElectromagnetic) (origin ?RE ?PS)))) |
Mid-level-ontology.kif 2559-2564 |
consequent |
(=> (instance ?TRANS TransferSwitch) (hasPurpose ?TRANS (exists (?PROC ?POWER1 ?POWER2 ?E) (and (instance ?PROC Process) (instance ?POWER1 PowerSource) (instance ?POWER2 PowerSource) (instance ?E Electricity) (instrument ?PROC ?TRANS) (holdsDuring (BeginFn (WhenFn ?PROC)) (origin ?E ?POWER1)) (holdsDuring (EndFn (WhenFn ?PROC)) (origin ?E ?POWER1)) (not (equal ?POWER1 ?POWER2)))))) |
engineering.kif 882-901 | |
(=> (instance ?X ElectricalOutlet) (hasPurpose ?X (exists (?POWER ?WIRE) (and (instance ?POWER PowerSource) (instance ?WIRE Collection) (memberType ?WIRE WireLine) (connectsEngineeringComponents ?WIRE ?X ?POWER))))) |
Mid-level-ontology.kif 25952-25960 |