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 31390-31392
(domain circumfrence 1 Object) Mid-level-ontology.kif 31394-31394 The number 1 argument of circumfrence is an instance of object
(domain circumfrence 2 LengthMeasure) Mid-level-ontology.kif 31396-31396 The number 2 argument of circumfrence is an instance of length measure
(instance circumfrence BinaryPredicate) Mid-level-ontology.kif 31383-31383 circumfrence is an instance of binary predicate

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


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

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


(=>
    (circumfrence ?C ?L)
    (shape ?C Circle))
Mid-level-ontology.kif 31410-31412
(=>
    (circumfrence ?CIRCLE ?LENGTH)
    (exists (?D ?UNIT)
        (and
            (diameter ?CIRCLE
                (MeasureFn ?D ?UNIT))
            (equal
                (MeasureFn
                    (MultiplicationFn ?D 3.14) ?UNIT) ?LENGTH))))
Mid-level-ontology.kif 31400-31408

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


(=>
    (and
        (memberMeasure ?S ?M ?Q)
        (instance ?S Set)
        (element ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31369-31374
(=>
    (and
        (memberMeasure ?S Circumfrence ?Q)
        (instance ?S Class)
        (instance ?O ?S))
    (circumfrence ?O ?Q))
Mid-level-ontology.kif 31376-31381


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