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

Formal Language: 



KB Term:  Term intersection
English Word: 

  circumfrence

Sigma KEE - circumfrence
circumfrence

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


(documentation circumfrence EnglishLanguage "(circumfrence ?CIRCLE ?LENGTH) means that the circumfrence of the Circle ?CIRCLE has a circumfrence of ?LENGTH.") Mid-level-ontology.kif 31045-31047
(domain circumfrence 1 Circle) Mid-level-ontology.kif 31049-31049 The number 1 argument of circumfrence is an instance of circle
(domain circumfrence 2 LengthMeasure) Mid-level-ontology.kif 31051-31051 The number 2 argument of circumfrence is an instance of length measure
(instance circumfrence BinaryPredicate) Mid-level-ontology.kif 31043-31043 circumfrence is an instance of binary predicate

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


(termFormat EnglishLanguage circumfrence "circumfrence") Mid-level-ontology.kif 31053-31053

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


(=>
    (circumfrence ?CIRCLE ?LENGTH)
    (exists (?D ?UNIT)
        (and
            (diameter ?CIRCLE
                (MeasureFn ?D ?UNIT))
            (equal
                (MeasureFn
                    (MultiplicationFn ?D 3.14) ?UNIT) ?LENGTH))))
Mid-level-ontology.kif 31055-31063

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


(=>
    (and
        (memberMeasure ?S ?M ?Q)
        (instance ?S Set)
        (element ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31029-31034
(=>
    (and
        (memberMeasure ?S Circumfrence ?Q)
        (instance ?S Class)
        (instance ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31036-31041


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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