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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - UnitOfAngularMeasure
UnitOfAngularMeasure(unit of angular measure)

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


(documentation UnitOfAngularMeasure ChineseLanguage "这个 Class 所有的实例都是可以用 MeasureFn 来组成 AngleMeasure 实例的 UnitOfMeasure。") chinese_format.kif 2425-2426
(documentation UnitOfAngularMeasure EnglishLanguage "Every instance of this Class is a UnitOfMeasure that can be used with MeasureFn to form instances of AngleMeasure.") Merge.kif 6315-6317
(documentation UnitOfAngularMeasure JapaneseLanguage "この Class のすべてのインスタンスは、 UnitOfMeasure で、MeasureFn と共に AngleMeasure のインスタンスを形成するのに使用でき る。") japanese_format.kif 1114-1116
(subclass UnitOfAngularMeasure NonCompositeUnitOfMeasure) Merge.kif 6313-6313 Unit of angular measure is a subclass of non composite unit of measure

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


(instance AngularDegree UnitOfAngularMeasure) Merge.kif 7373-7373 Angular degree is an instance of unit of angular measure
(instance ArcMinute UnitOfAngularMeasure) Geography.kif 366-366 Arc minute is an instance of unit of angular measure
(instance ArcSecond UnitOfAngularMeasure) Geography.kif 385-385 Arc second is an instance of unit of angular measure
(instance Radian UnitOfAngularMeasure) Merge.kif 6805-6805 Radian is an instance of unit of angular measure
(instance Steradian UnitOfAngularMeasure) Merge.kif 6816-6816 Steradian is an instance of unit of angular measure
(termFormat EnglishLanguage UnitOfAngularMeasure "unit of angular measure") domainEnglishFormat.kif 65676-65676 Steradian is an instance of unit of angular measure

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


(=>
    (and
        (equal
            (MeasureFn ?NUMBER ?UNIT) ?QUANT)
        (instance ?UNIT UnitOfAngularMeasure))
    (instance ?QUANT AngleMeasure))
Merge.kif 6389-6393

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


(=>
    (and
        (instance ?PLACE GeographicArea)
        (located ?PLACE ?T)
        (instance ?T Tropics))
    (exists (?NUM1 ?LONG ?DIR ?NUM2 ?U)
        (and
            (objectGeographicCoordinates ?PLACE
                (MeasureFn ?NUM1 ?U) ?LONG)
            (instance ?U UnitOfAngularMeasure)
            (lessThan ?NUM1 ?NUM2)
            (equal
                (MeasureFn ?NUM2 ?U)
                (LatitudeFn ?DIR
                    (MeasureFn 23.0 AngularDegree)
                    (MeasureFn 26.0 ArcMinute)
                    (MeasureFn 11.5 ArcSecond)))
            (instance ?DIR DirectionalAttribute)
            (or
                (equal ?DIR North)
                (equal ?DIR South)))))
Geography.kif 3583-3603


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