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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RadiusFn
RadiusFn

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


(documentation RadiusFn EnglishLanguage "(RadiusFn ?CIRCLE) denotes the length of the radius of the Circle ?CIRCLE.") Mid-level-ontology.kif 5194-5195
(domain RadiusFn 1 Circle) Mid-level-ontology.kif 5198-5198 The number 1 argument of radius is an instance of circle
(instance RadiusFn TotalValuedRelation) Mid-level-ontology.kif 5197-5197 Radius is an instance of total valued relation
(instance RadiusFn UnaryFunction) Mid-level-ontology.kif 5196-5196 Radius is an instance of unary function
(range RadiusFn LengthMeasure) Mid-level-ontology.kif 5199-5199 The range of radius is an instance of length measure

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


(format ChineseLanguage RadiusFn "%1 的 radius ") domainEnglishFormat.kif 2099-2099
(format ChineseTraditionalLanguage RadiusFn "%1 的 radius ") domainEnglishFormat.kif 2098-2098
(format EnglishLanguage RadiusFn "the radius of %1") domainEnglishFormat.kif 2097-2097
(termFormat ChineseLanguage RadiusFn "半径") domainEnglishFormat.kif 48615-48615
(termFormat ChineseTraditionalLanguage RadiusFn "半徑") domainEnglishFormat.kif 48614-48614
(termFormat EnglishLanguage RadiusFn "radius") domainEnglishFormat.kif 48613-48613

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


(=>
    (equal ?L
        (RadiusFn ?C))
    (equal ?C Circle))
Mid-level-ontology.kif 5208-5211

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


(=>
    (and
        (equal
            (CenterOfCircleFn ?C) ?P)
        (pointOfFigure ?P2 ?C)
        (geometricDistance ?P2 ?P ?R))
    (equal
        (RadiusFn ?C) ?R))
Mid-level-ontology.kif 5201-5206
(=>
    (and
        (equal ?S CircleSector)
        (equal ?C Circle)
        (geometricPart ?S ?C)
        (equal ?L ClosedLineSegment)
        (sideOfFigure ?L ?S))
    (lineMeasure ?L
        (RadiusFn ?C)))
Mid-level-ontology.kif 5238-5245
(=>
    (equal
        (DiameterFn ?C)
        (MeasureFn ?L ?U))
    (exists (?R)
        (and
            (equal
                (RadiusFn ?C)
                (MeasureFn ?R ?U))
            (equal
                (MultiplicationFn ?R 2.0) ?L))))
Mid-level-ontology.kif 5182-5187


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