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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - barometricPressure
barometricPressure

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


(documentation barometricPressure ChineseLanguage "(barometricPressure ?AREA ?PRESSURE) 的意思是在 ?AREA 所量度到的气压是?PRESSURE。气压一般以 InchMercuryMmMercury 单位来表示。 例如:标准海平面压力是水银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 7889-7894
(documentation barometricPressure JapaneseLanguage "(barometricPressure ?AREA ?PRESSURE) とは、 ?AREAで測定される大気圧はPであることを意味する。気圧は通常、InchMercury または MmMercury の単位で表される。例:標準の海面圧力は水銀の 29.92 インチ (760 mm) : (barometricPressure SeaLevel (MeasureFn 29.92 InchMercury))。") japanese_format.kif 1394-1397
(domain barometricPressure 1 Object) Merge.kif 7886-7886 barometricPressure の数値 1 引数は オブジェクトinstance では
(domain barometricPressure 2 PhysicalQuantity) Merge.kif 7887-7887 barometricPressure の数値 2 引数は 物理量instance では
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 3/ 38/ Air_pressure_crushing_a_plastic_bottle_p1180559.jpg") pictureList.kif 2752-2752 barometricPressure の数値 2 引数は 物理量instance では
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 41/ Barometer.JPG") pictureList.kif 2645-2645 barometricPressure の数値 2 引数は 物理量instance では
(externalImage barometricPressure "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 4b/ Tagesgang_luftdruck.jpg") pictureList.kif 2751-2751 barometricPressure の数値 2 引数は 物理量instance では
(instance barometricPressure AsymmetricRelation) Merge.kif 7884-7884 barometricPressure非対称関係instance では
(instance barometricPressure BinaryPredicate) Merge.kif 7883-7883 barometricPressure2進述語instance では
(subrelation barometricPressure measure) Merge.kif 7885-7885 barometricPressuremeasuresubrelation では

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 9985-9985
(termFormat ChineseTraditionalLanguage barometricPressure "氣壓") domainEnglishFormat.kif 9984-9984
(termFormat EnglishLanguage barometricPressure "barometric pressure") domainEnglishFormat.kif 9983-9983

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 13936-13945
(=>
    (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 13958-13967

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 3196-3206 エンティティー地域instance では エンティティー には attribute StandardAmbientTemperaturePressure 時間位置during holds airTemperature エンティティー and 298.15 の KelvinDegree(s) barometricPressure エンティティー and 29.530 の InchMercury(s) は 時間位置during holds
(=>
    (and
        (instance ?SYSTEM HighPressureWeatherSystem)
        (eventLocated ?SYSTEM ?AREA))
    (and
        (barometricPressure ?AREA
            (MeasureFn ?AMOUNT InchMercury))
        (greaterThan ?AMOUNT 30.2)))
Weather.kif 786-792
(=>
    (and
        (instance ?SYSTEM LowPressureWeatherSystem)
        (instance ?AREA Region)
        (eventLocated ?SYSTEM ?AREA))
    (and
        (barometricPressure ?AREA
            (MeasureFn ?AMOUNT InchMercury))
        (lessThan ?AMOUNT 29.5)))
Weather.kif 531-538


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 is open source software produced by Articulate Software and its partners