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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - NonCompositeUnitOfMeasure
NonCompositeUnitOfMeasure

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


(documentation NonCompositeUnitOfMeasure ChineseLanguage "这是应用单一维度的 UnitsOfMeasure Class 的实例,因此它不是由其他单位的复合函数在本质上决定的。") chinese_format.kif 2400-2401
(documentation NonCompositeUnitOfMeasure EnglishLanguage "Instances of this Class are UnitsOfMeasure that are applied to a single dimension, and so are not intrinsically defined by the functional composition of other units.") Merge.kif 6219-6222
(documentation NonCompositeUnitOfMeasure JapaneseLanguage "この Class のインスタンスは、 1次元に適用される UnitsOfMeasure であり、他のユニットの機能構成によって本質的に定義されるわけで はない。") japanese_format.kif 1081-1083
(subclass NonCompositeUnitOfMeasure ConstantQuantity) Merge.kif 6217-6217
(subclass NonCompositeUnitOfMeasure UnitOfMeasure) Merge.kif 6216-6216

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


(instance PHValue NonCompositeUnitOfMeasure) Geography.kif 2541-2541
(subclass UnitOfAngularMeasure NonCompositeUnitOfMeasure) Merge.kif 6319-6319
(subclass UnitOfCurrency NonCompositeUnitOfMeasure) Merge.kif 6309-6309
(subclass UnitOfDuration NonCompositeUnitOfMeasure) Merge.kif 6340-6340
(subclass UnitOfInformation NonCompositeUnitOfMeasure) Merge.kif 6334-6334
(subclass UnitOfLength NonCompositeUnitOfMeasure) Merge.kif 6248-6248
(subclass UnitOfMass NonCompositeUnitOfMeasure) Merge.kif 6260-6260
(subclass UnitOfTemperature NonCompositeUnitOfMeasure) Merge.kif 6296-6296
(termFormat EnglishLanguage NonCompositeUnitOfMeasure "non composite unit of measure") domainEnglishFormat.kif 65265-65265

appearance as argument number 3
-------------------------


(partition UnitOfMeasure CompositeUnitOfMeasure NonCompositeUnitOfMeasure) Merge.kif 6224-6224

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


(=>
    (and
        (defaultMaximumMeasure ?OBJECT
            (MeasureFn ?Q ?UNIT1))
        (subclass ?UNITCLASS NonCompositeUnitOfMeasure)
        (instance ?UNIT1 ?UNITCLASS))
    (modalAttribute
        (exists (?INST ?QUANTITY ?UNIT2)
            (and
                (instance ?INST ?OBJECT)
                (measure ?INST
                    (MeasureFn ?QUANTITY ?UNIT2))
                (instance ?UNIT2 ?UNITCLASS)
                (greaterThan
                    (MeasureFn ?QUANTITY ?UNIT2)
                    (MeasureFn ?Q ?UNIT1)))) Unlikely))
Mid-level-ontology.kif 13765-13776
(=>
    (and
        (defaultMinimumMeasure ?OBJECT
            (MeasureFn ?Q ?UNIT1))
        (subclass ?UNITCLASS NonCompositeUnitOfMeasure)
        (instance ?UNIT1 ?UNITCLASS))
    (modalAttribute
        (exists (?INST ?QUANTITY ?UNIT2)
            (and
                (instance ?INST ?OBJECT)
                (measure ?INST
                    (MeasureFn ?QUANTITY ?UNIT2))
                (instance ?UNIT2 ?UNITCLASS)
                (lessThan ?QUANTITY ?Q))) Unlikely))
Mid-level-ontology.kif 13734-13745
(=>
    (and
        (instance ?FUNCTION UnitOfMeasureMultiplier)
        (instance ?UNIT NonCompositeUnitOfMeasure))
    (instance
        (?FUNCTION ?UNIT) NonCompositeUnitOfMeasure))
Merge.kif 6462-6466
(=>
    (and
        (instance ?QUANT
            (MeasureFn ?N ?UNIT))
        (instance ?UNIT NonCompositeUnitOfMeasure))
    (instance ?QUANT ConstantQuantity))
Merge.kif 6232-6236

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


(=>
    (and
        (instance ?FUNCTION UnitOfMeasureMultiplier)
        (instance ?UNIT NonCompositeUnitOfMeasure))
    (instance
        (?FUNCTION ?UNIT) NonCompositeUnitOfMeasure))
Merge.kif 6462-6466


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