barometricPressure |
appearance as argument number 1 |
![]() |
(documentation barometricPressure ChineseLanguage "(barometricPressure ?AREA ?PRESSURE) 的意思是在 ?AREA 所量度到的气压是?PRESSURE。气压一般以 InchMercury 或 MmMercury 单位来表示。 例如:标准海平面压力是水银29.92英寸 (760毫米)汞柱: (barometricPressure SeaLevel (MeasureFn 29.92 InchMercury))。") | chinese_format.kif 2674-2677 | |
(documentation barometricPressure EnglishLanguage "(barometricPressure ?AREA ?PRESSURE) means that the atmospheric pressure measured at ?AREA is ?PRESSURE. Barometric pressure is typically expressed in units of InchMercury or MmMercury. For example, standard sea level pressure is 29.92 inches (760 mm) of mercury: (barometricPressure SeaLevel (MeasureFn 29.92 InchMercury)).") | Merge.kif 7723-7728 | |
(domain barometricPressure 1 Object) | Merge.kif 7720-7720 | 气压 的 1 数量 是 客体 的 instance |
(domain barometricPressure 2 PhysicalQuantity) | Merge.kif 7721-7721 | 气压 的 2 数量 是 物理量 的 instance |
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 3/ 38/ Air_pressure_crushing_a_plastic_bottle_p1180559.jpg") | pictureList.kif 2754-2754 | |
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 41/ Barometer.JPG") | pictureList.kif 2647-2647 | |
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 4b/ Tagesgang-luftdruck.jpg") | pictureList.kif 2753-2753 | |
(instance barometricPressure AsymmetricRelation) | Merge.kif 7718-7718 | 气压 是 非对称关系 的 instance |
(instance barometricPressure BinaryPredicate) | Merge.kif 7717-7717 | 气压 是 二元谓语 的 instance |
(subrelation barometricPressure measure) | Merge.kif 7719-7719 | 气压 是 计量 的 subrelation |
appearance as argument number 2 |
![]() |
(format ChineseLanguage barometricPressure "%2 是 %1 的 barometric 压力") | domainEnglishFormat.kif 256-256 | |
(format ChineseTraditionalLanguage barometricPressure "%2 是 %1 的 barometric 壓力") | domainEnglishFormat.kif 255-255 | |
(format EnglishLanguage barometricPressure "%2 is %n a barometric pressure of %1") | domainEnglishFormat.kif 254-254 | |
(termFormat ChineseLanguage barometricPressure "气压") | domainEnglishFormat.kif 9993-9993 | |
(termFormat ChineseTraditionalLanguage barometricPressure "氣壓") | domainEnglishFormat.kif 9992-9992 | |
(termFormat EnglishLanguage barometricPressure "barometric pressure") | domainEnglishFormat.kif 9991-9991 |
antecedent |
![]() |
(=> (and (instance ?X ?Y) (subclass ?Y PureSubstance) (barometricPressure ?X (MeasureFn ?PRES InchMercury)) (greaterThan 29.92 ?PRES) (boilingPoint ?Y (MeasureFn ?BOIL KelvinDegree)) (measure ?X (MeasureFn ?TEMP KelvinDegree)) (greaterThan ?TEMP ?BOIL)) (attribute ?X Gas)) |
Merge.kif 13551-13560 | |
(=> (and (instance ?X ?Y) (subclass ?Y PureSubstance) (meltingPoint ?Y (MeasureFn ?MELT KelvinDegree)) (barometricPressure ?X (MeasureFn ?PRES InchMercury)) (greaterThan ?PRES 29.92) (measure ?X (MeasureFn ?TEMP KelvinDegree)) (lessThan ?TEMP ?MELT)) (attribute ?X Solid)) |
Merge.kif 13573-13582 |
consequent |
![]() |
(<=> (and (instance ?X Region) (holdsDuring ?T (property ?X StandardAmbientTemperaturePressure))) (holdsDuring ?T (and (airTemperature ?X (MeasureFn 298.15 KelvinDegree)) (barometricPressure ?X (MeasureFn 29.530 InchMercury))))) |
Weather.kif 2679-2689 | 实体 是 地区 的 instance 和 那个 实体 有 标准状况 的 attribute 在 时间位置 holdsDuring 若且唯若 298.15 凯文度 是 那个 实体 的 air 温度 和 29.530 英寸汞 是 那个 实体 的 barometric 压力 在 那个 时间位置 holdsDuring |
(=> (and (instance ?SYSTEM HighPressureWeatherSystem) (eventLocated ?SYSTEM ?AREA)) (and (barometricPressure ?AREA (MeasureFn ?AMOUNT InchMercury)) (greaterThan ?AMOUNT 30.2))) |
Weather.kif 802-808 | |
(=> (and (instance ?SYSTEM LowPressureWeatherSystem) (eventLocated ?SYSTEM ?AREA)) (and (barometricPressure ?AREA (MeasureFn ?AMOUNT InchMercury)) (lessThan ?AMOUNT 29.5))) |
Weather.kif 543-549 |
![]() |
![]() |