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



KB Term:  Term intersection
English Word: 

  RotationalAttribute

Sigma KEE - RotationalAttribute
RotationalAttribute(rotational attribute)

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


(subclass RotationalAttribute PositionalAttribute) Cars.kif 4836-4836 Rotational attribute is a subclass of positional attribute
(documentation RotationalAttribute EnglishLanguage "A PositionalAttribute characterizing the direction of Rotating.") Cars.kif 4837-4837 Rotational attribute is a subclass of positional attribute

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


(instance Clockwise RotationalAttribute) Cars.kif 4842-4842 Clockwise is an instance of rotational attribute
(instance CounterClockwise RotationalAttribute) Cars.kif 4847-4847 Counter_clockwise is an instance of rotational attribute
(termFormat EnglishLanguage RotationalAttribute "rotational attribute") domainEnglishFormat.kif 65425-65425 Counter_clockwise is an instance of rotational attribute

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 4819-4834 If All of the following hold: (1) X is an instance of ratchet (2) Y is an instance of attaching device (3) Z is an instance of rotating (4) W is an attribute of Z (5) V is an instance of rotating (6) U is an attribute of V (7) W is an instance of rotational attribute (8) U is an instance of rotational attribute (9) equal Z and V (10) Z causes V (11) ratchet is a patient of Z (12) Y is a patient of V, then equal W and U
(=>
    (manner ?PROC RotationalAttribute)
    (instance ?PROC Rotating))
Cars.kif 4838-4840 If X is performed in the manner rotational attribute, then X is an instance of rotating


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners