Volt |
appearance as argument number 1 |
(documentation Volt ChineseLanguage "这是国际单位制量度电压单位,符号:V。它是在載有1 Ampere 恆定電流的導線上,當兩點之間導線上的功率耗散為1 Watt 時,這兩點之間的電位差。 Volt = W/ A = m^2*kg*s^(-3)*A^(-1)。") | chinese_format.kif 2542-2544 | |
(documentation Volt EnglishLanguage "SI electric potential measure. Symbol: V. It is the difference of electric potential between two points of a conducting wire carrying a constant current of 1 Ampere, when the power dissipated between these points is equal to 1 Watt. Volt = W/ A = m^2*kg*s^(-3)*A^(-1).") | Merge.kif 6930-6934 | |
(documentation Volt JapaneseLanguage "SI電位測定。記号: V。これは、これらの点間で放散される電力 が 1 Watt と等しい場合、1 Ampere の定電流を運ぶ導電線の2点間の電位の差である。Volt = W/ A = m^2*kg*s^(-3)*A^(-1)。") | japanese_format.kif 1243-1245 | |
(externalImage Volt "http://upload.wikimedia.org/wikipedia/commons/0/02/ BateriaR14.jpg") | pictureList.kif 6962-6962 | |
(instance Volt CompositeUnitOfMeasure) | Merge.kif 6927-6927 | |
(instance Volt SystemeInternationalUnit) | Merge.kif 6928-6928 |
appearance as argument number 2 |
(termFormat ChineseLanguage Volt "伏特") | domainEnglishFormat.kif 61960-61960 | |
(termFormat ChineseTraditionalLanguage Volt "伏特") | domainEnglishFormat.kif 61959-61959 | |
(termFormat EnglishLanguage Volt "volt") | domainEnglishFormat.kif 61958-61958 |
antecedent |
(=> (and (instance ?IC IgnitionCoil) (instance ?P ElectricTransmission) (resource ?P ?E1) (instance ?E1 Electricity) (instance ?E2 Electricity) (result ?P ?E2) (instrument ?P ?IC) (measure ?E1 (MeasureFn ?N1 Volt))) (approximateValue ?N1 12)) |
Cars.kif 3215-3225 | |
(=> (and (instance ?T ElectricalTransformer) (instance ?WC1 WireCoil) (instance ?WC2 WireCoil) (coilCount ?WC1 ?N1) (coilCount ?WC2 ?N2) (holdsDuring ?T (measure ?WC1 (MeasureFn Volt ?V1)))) (and (holdsDuring ?T (measure ?WC2 (MeasureFn Volt ?V2))) (equal ?V2 (MultiplicationFn ?V1 (DivisionFn ?N2 ?N1))))) |
Cars.kif 3154-3168 |
consequent |
(=> (and (instance ?T ElectricalTransformer) (instance ?WC1 WireCoil) (instance ?WC2 WireCoil) (coilCount ?WC1 ?N1) (coilCount ?WC2 ?N2) (holdsDuring ?T (measure ?WC1 (MeasureFn Volt ?V1)))) (and (holdsDuring ?T (measure ?WC2 (MeasureFn Volt ?V2))) (equal ?V2 (MultiplicationFn ?V1 (DivisionFn ?N2 ?N1))))) |
Cars.kif 3154-3168 | |
(=> (voltageMeasure ?OBJ ?MEAS) (exists (?QUANT) (equal ?MEAS (MeasureFn ?QUANT Volt)))) |
Mid-level-ontology.kif 26635-26638 |