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

Formal Language: 



KB Term:  Term intersection
English Word: 

  RotationalAttribute

Sigma KEE - RotationalAttribute
RotationalAttribute

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


(documentation RotationalAttribute EnglishLanguage "A PositionalAttribute characterizing the direction of Rotating.") Cars.kif 4930-4930
(subclass RotationalAttribute PositionalAttribute) Cars.kif 4929-4929

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


(instance Clockwise RotationalAttribute) Cars.kif 4935-4935
(instance CounterClockwise RotationalAttribute) Cars.kif 4940-4940
(termFormat EnglishLanguage RotationalAttribute "rotational attribute") domainEnglishFormat.kif 65424-65424

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


(=>
    (and
        (instance ?R Ratchet)
        (instance ?A AttachingDevice)
        (instance ?RO1 Rotating)
        (attribute ?RO1 ?DIR1)
        (instance ?RO2 Rotating)
        (attribute ?RO2 ?DIR2)
        (instance ?DIR1 RotationalAttribute)
        (instance ?DIR2 RotationalAttribute)
        (not
            (equal ?RO1 ?RO2))
        (causes ?RO1 ?RO2)
        (patient ?RO1 Ratchet)
        (patient ?RO2 ?A))
    (equal ?DIR1 ?DIR2))
Cars.kif 4912-4927
(=>
    (manner ?PROC RotationalAttribute)
    (instance ?PROC Rotating))
Cars.kif 4931-4933


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