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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 31157-31159
(domain circumfrence 1 Object) Mid-level-ontology.kif 31161-31161 The number 1 argument of circumfrence is an instance of object
(domain circumfrence 2 LengthMeasure) Mid-level-ontology.kif 31163-31163 The number 2 argument of circumfrence is an instance of length measure
(instance circumfrence BinaryPredicate) Mid-level-ontology.kif 31150-31150 circumfrence is an instance of binary predicate

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


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

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


(=>
    (circumfrence ?C ?L)
    (shape ?C Circle))
Mid-level-ontology.kif 31177-31179
(=>
    (circumfrence ?CIRCLE ?LENGTH)
    (exists (?D ?UNIT)
        (and
            (diameter ?CIRCLE
                (MeasureFn ?D ?UNIT))
            (equal
                (MeasureFn
                    (MultiplicationFn ?D 3.14) ?UNIT) ?LENGTH))))
Mid-level-ontology.kif 31167-31175

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


(=>
    (and
        (memberMeasure ?S ?M ?Q)
        (instance ?S Set)
        (element ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31136-31141
(=>
    (and
        (memberMeasure ?S Circumfrence ?Q)
        (instance ?S Class)
        (instance ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31143-31148


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