Term Intersection : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



Term 1: Term 2:

(=>
    (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 13543-13554
(=>
    (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 13574-13585
(subclass NonCompositeUnitOfMeasure UnitOfMeasure) Merge.kif 6216-6216
(subclass NonCompositeUnitOfMeasure ConstantQuantity) Merge.kif 6217-6217
(subclass UnitOfLength NonCompositeUnitOfMeasure) Merge.kif 6248-6248
(subclass UnitOfMass NonCompositeUnitOfMeasure) Merge.kif 6260-6260
(subclass UnitOfTemperature NonCompositeUnitOfMeasure) Merge.kif 6296-6296
(subclass UnitOfCurrency NonCompositeUnitOfMeasure) Merge.kif 6309-6309
(subclass UnitOfAngularMeasure NonCompositeUnitOfMeasure) Merge.kif 6319-6319
(subclass UnitOfInformation NonCompositeUnitOfMeasure) Merge.kif 6334-6334
(subclass UnitOfDuration NonCompositeUnitOfMeasure) Merge.kif 6340-6340


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