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



KB Term:  Term intersection
English Word: 

Sigma KEE - angularMeasure
angularMeasure

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


(instance angularMeasure BinaryPredicate) Merge.kif 18229-18229 angular measure is an instance of binary predicate
(instance angularMeasure TotalValuedRelation) Merge.kif 18230-18230 angular measure is an instance of total valued relation
(domain angularMeasure 1 TwoDimensionalAngle) Merge.kif 18231-18231 The number 1 argument of angular measure is an instance of two dimensional angle
(domain angularMeasure 2 AngleMeasure) Merge.kif 18232-18232 The number 2 argument of angular measure is an instance of angle measure
(documentation angularMeasure EnglishLanguage "(angularMeasure ?ANGLE ?MEASURE) means that the two-dimensional geometric angle ?ANGLE has ?MEASURE.") Merge.kif 18233-18234 The number 2 argument of angular measure is an instance of angle measure

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


(relatedInternalConcept arcLength angularMeasure) Mid-level-ontology.kif 5839-5839 arc length is internally related to angular measure
(format EnglishLanguage angularMeasure "%2 is %n an angular measure of %1") domainEnglishFormat.kif 142-142 arc length is internally related to angular measure
(format ChineseTraditionalLanguage angularMeasure "%2 %n 是 %1 的 angular 量測") domainEnglishFormat.kif 143-143 arc length is internally related to angular measure
(format ChineseLanguage angularMeasure "%2 %n 是 %1 的 angular 量测") domainEnglishFormat.kif 144-144 arc length is internally related to angular measure
(termFormat EnglishLanguage angularMeasure "angular measure") domainEnglishFormat.kif 7535-7535 arc length is internally related to angular measure
(termFormat ChineseTraditionalLanguage angularMeasure "圓周角度測量") domainEnglishFormat.kif 7536-7536 arc length is internally related to angular measure
(termFormat ChineseLanguage angularMeasure "圆周角度测量") domainEnglishFormat.kif 7537-7537 arc length is internally related to angular measure

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


(=>
    (and
        (equal ?O ObliqueAngle)
        (angularMeasure ?O
            (MeasureFn ?N AngularDegree)))
    (greaterThan ?N 90.0))
Mid-level-ontology.kif 5617-5622 If equal X and oblique angle and Y angular degree(s) is an angular measure of X, then Y is greater than 90.0
(=>
    (and
        (equal ?R RightAngle)
        (angularMeasure ?R
            (MeasureFn ?N AngularDegree)))
    (equal ?N 90.0))
Mid-level-ontology.kif 5629-5634 If equal X and at a right angle to and Y angular degree(s) is an angular measure of X, then equal Y and 90.0
(=>
    (and
        (equal ?A AcuteAngle)
        (angularMeasure ?A
            (MeasureFn ?N AngularDegree)))
    (lessThan ?N 90.0))
Mid-level-ontology.kif 5640-5645 If equal X and acute angle and Y angular degree(s) is an angular measure of X, then Y is less than 90.0
(=>
    (and
        (equal ?MIN MinorArc)
        (sideOfFigure ?MIN ?S)
        (equal ?S CircleSector)
        (angleOfFigure ?A ?S)
        (angularMeasure ?A
            (MeasureFn ?X AngularDegree)))
    (and
        (greaterThan ?X 0)
        (lessThan ?X 180)))
Mid-level-ontology.kif 5939-5948 If equal X and minor arc, the size of Y is X, equal Y and circle sector, Z is the angle found in Y, and W angular degree(s) is an angular measure of Z, then W is greater than 0 and W is less than 180
(=>
    (and
        (equal ?MAJ MajorArc)
        (sideOfFigure ?MAJ ?S)
        (equal ?S CircleSector)
        (angleOfFigure ?A ?S)
        (angularMeasure ?A
            (MeasureFn ?X AngularDegree)))
    (and
        (greaterThan ?X 180)
        (lessThan ?X 360)))
Mid-level-ontology.kif 5955-5964 If equal X and Major arc, the size of Y is X, equal Y and circle sector, Z is the angle found in Y, and W angular degree(s) is an angular measure of Z, then W is greater than 180 and W is less than 360

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


(=>
    (and
        (equal ?S CircleSector)
        (equal ?A CentralAngle)
        (angleOfFigure ?A ?S)
        (equal ?L ClosedLineSegment)
        (sideOfFigure ?L ?A)
        (sideOfIntersection ?A ?S ?L)
        (lineMeasure ?L ?R))
    (exists (?AC)
        (and
            (equal ?AC CircularArc)
            (sideOfFigure ?AC ?S)
            (arcLength ?AC ?R)
            (angularMeasure ?A
                (MeasureFn 1 Radian)))))
Mid-level-ontology.kif 5910-5924 If All of the following hold: (1) equal X and circle sector (2) equal Y and central angle (3) Y is the angle found in X (4) equal Z and closed line segment (5) the size of Y is Z (6) Z is the intersection Y and X (7) W is a line measure of Z, then there exists V such that equal V and circular arc and the size of X is V and W is the LengthMeasure of V and 1 radian(s) is an angular measure of Y
(=>
    (and
        (instance ?A CentralAngle)
        (angleOfFigure ?A ?C)
        (equal ?C Circle))
    (angularMeasure ?A
        (MeasureFn 360 AngularDegree)))
Mid-level-ontology.kif 5926-5931 If X is an instance of central angle, X is the angle found in Y, and equal Y and circle, then 360 angular degree(s) is an angular measure of X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners