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


KB Term:  Term intersection
English Word: 

Sigma KEE - Right
Right(right of)dextral, dextrorsal, dextrorse, far, right, right-hand, right-side-out, right-side-up, right_stage, stage_right, starboard

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


(instance Right PositionalAttribute) Merge.kif 17470-17470 Right of is an instance of positional attribute
(instance Right AntiSymmetricPositionalAttribute) Merge.kif 17471-17471 Right of is an instance of anti_symmetric positional attribute
(contraryAttribute Right Left) Merge.kif 17472-17472 Right of is the opposite of left of
(documentation Right EnglishLanguage "This PositionalAttribute is derived from the left/ right schema. Note that this means directly to the right, so that, if one object is to the right of another, then the projections of the two objects overlap.") Merge.kif 17473-17476 Right of is the opposite of left of

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


(termFormat EnglishLanguage Right "right of") domainEnglishFormat.kif 50001-50001
(termFormat ChineseTraditionalLanguage Right "右") domainEnglishFormat.kif 50002-50002
(termFormat ChineseLanguage Right "右") domainEnglishFormat.kif 50003-50003

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


(=>
    (and
        (orientation ?X ?Y Right)
        (orientation ?Z ?Y Left))
    (orientation ?X ?Z Right))
Merge.kif 17285-17289 If X is right of to Y and Z is left of to Y, then X is right of to Z
(<=>
    (orientation ?OBJ1 ?OBJ2 Right)
    (orientation ?OBJ2 ?OBJ1 Left))
Merge.kif 17478-17480 X is right of to Y if and only if Y is left of to X
(=>
    (and
        (transverseAxis ?V ?O)
        (instance ?O Aircraft)
        (side ?L ?O)
        (side ?R ?O)
        (orientation ?L ?R Left)
        (orientation ?R ?L Right)
        (centerOfMass ?C ?O)
        (part ?L ?V)
        (part ?R ?V)
        (part ?C ?V))
    (between ?C ?L ?R))
Mid-level-ontology.kif 19386-19398 If All of the following hold: (1) X is the transverseAxis of Y (2) Y is an instance of aircraft (3) a side of Y is Z (4) a side of Y is W (5) Z is left of to W (6) W is right of to Z (7) V is the centerOfMass of Y (8) Z is a part of X (9) W is a part of X (10) V is a part of X, then Z is between V and W
(=>
    (and
        (instance ?F Flying)
        (patient ?F ?P)
        (instance ?P Airplane)
        (part ?RW ?P)
        (instance ?RW FlightWing)
        (side ?RW ?P)
        (orientation ?RW ?P Right)
        (instance ?RA Aileron)
        (located ?RA ?RW)
        (instance ?D MotionDownward)
        (moves ?D ?RA))
    (holdsDuring
        (WhenFn ?D)
        (exists (?U)
            (and
                (instance ?U MotionUpward)
                (moves ?U ?RW)
                (causes ?D ?U)))))
Transportation.kif 3459-3477 If All of the following hold: (1) X is an instance of flying (2) Y is a patient of X (3) Y is an instance of airplane (4) Z is a part of Y (5) Z is an instance of flight wing (6) a side of Y is Z (7) Z is right of to Y (8) W is an instance of aileron (9) W is located at Z (10) V is an instance of motion downward (11) W moves during V, then there exists U such that U is an instance of motion upward, Z moves during U, and V causes U holds during the time of existence of V
(=>
    (and
        (instance ?M Motion)
        (moves ?M ?R)
        (instance ?R FlightRudder)
        (part ?R ?P)
        (instance ?P Airplane)
        (direction ?M Right))
    (exists (?X)
        (and
            (yaw ?P
                (MeasureFn ?X AngularDegree))
            (greaterThan ?X 0))))
Transportation.kif 3646-3657 If All of the following hold: (1) X is an instance of motion (2) Y moves during X (3) Y is an instance of flight rudder (4) Y is a part of Z (5) Z is an instance of airplane (6) entities in the process X are moving right of, then there exists W such that Z is heading at W angular degree(s) of its longitudinalAxis. and W is greater than 0
(=>
    (and
        (instance ?B Winking)
        (patient ?B ?E)
        (or
            (instance ?E
                (BodySideFn Left Eye))
            (instance ?E
                (BodySideFn Right Eye))))
    (exists (?T)
        (and
            (holdsDuring ?T
                (attribute ?E Closed))
            (during
                (WhenFn ?B) ?T)
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?B))
                (attribute ?E Open))
            (holdsDuring
                (ImmediateFutureFn
                    (WhenFn ?B))
                (attribute ?E Open)))))
emotion.kif 2017-2039 If X is an instance of winking, Y is a patient of X, and Y is an instance of the left of eye or Y is an instance of the right of eye, then there exists Z such that closed is an attribute of Y holds during Z, the time of existence of X takes place during Z, open is an attribute of Y holds during immediately before the time of existence of X, and open is an attribute of Y holds during immediately after the time of existence of X

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


(=>
    (and
        (orientation ?X ?Y Right)
        (orientation ?Z ?Y Left))
    (orientation ?X ?Z Right))
Merge.kif 17285-17289 If X is right of to Y and Z is left of to Y, then X is right of to Z
(=>
    (and
        (instance ?E BothEyes)
        (member ?R ?E)
        (member ?L ?E))
    (and
        (instance ?R
            (BodySideFn Right Eye))
        (instance ?L
            (BodySideFn Left Eye))))
Mid-level-ontology.kif 21919-21928 If X is an instance of both eyes, Y is a member of X, and Z is a member of X, then Y is an instance of the right of eye and Z is an instance of the left of eye
(=>
    (and
        (instance ?MID MiddleCIButton)
        (component ?MID ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT ?RIGHT)
        (and
            (instance ?RIGHT RightCIButton)
            (instance ?LEFT LeftCIButton)
            (component ?RIGHT ?DEV)
            (component ?LEFT ?DEV)
            (between ?LEFT ?MID ?RIGHT)
            (orientation ?MID ?LEFT Left)
            (orientation ?MID ?RIGHT Right))))
ComputerInput.kif 240-253 If X is an instance of middle CI button, X is a component of Y, and Y is an instance of computer input device, then All of the following hold: (1) there exist Z (2) W such that W is an instance of right CI button (3) Z is an instance of left CI button (4) W is a component of Y (5) Z is a component of Y (6) X is between Z (7) W (8) X is left of to Z (9) X is right of to W
(=>
    (and
        (instance ?A Aileron)
        (member ?A ?P)
        (instance ?P Pair)
        (member ?B ?P)
        (not
            (equal ?A ?B)))
    (exists (?W)
        (and
            (instance ?W Flightwing)
            (located ?A ?W)
            (located ?B ?W)
            (orientation ?A ?B Left)
            (orientation ?B ?A Right))))
Transportation.kif 3400-3414 If X is an instance of aileron, X is a member of Y, Y is an instance of pair, Z is a member of Y, and equal X and Z, then there exists W such that W is an instance of Flightwing, X is located at W, Z is located at W, X is left of to Z, and Z is right of to X
(=>
    (and
        (instance ?E FlightElevator)
        (member ?E ?P)
        (instance ?P Pair)
        (member ?F ?P)
        (not
            (equal ?E ?F)))
    (exists (?T)
        (and
            (instance ?T TailPlane)
            (located ?E ?T)
            (located ?F ?T)
            (orientation ?E ?F Left)
            (orientation ?F ?E Right))))
Transportation.kif 3519-3533 If X is an instance of flight elevator, X is a member of Y, Y is an instance of pair, Z is a member of Y, and equal X and Z, then there exists W such that W is an instance of tail plane, X is located at W, Z is located at W, X is left of to Z, and Z is right of to X
(=>
    (and
        (instance ?P BothEyePupils)
        (member ?L ?P)
        (member ?R ?P))
    (and
        (instance ?L
            (BodySideFn Left EyePupil))
        (instance ?R
            (BodySideFn Right EyePupil))))
emotion.kif 1003-1012 If X is an instance of both eye pupils, Y is a member of X, and Z is a member of X, then Y is an instance of the left of eye pupil and Z is an instance of the right of eye pupil

statement
-------------------------


(subclass RightArm
    (BodySideFn Right Arm))
Medicine.kif 2867-2867 Right arm is a subclass of the right of arm
(subclass RightElbow
    (BodySideFn Right Elbow))
Medicine.kif 2873-2873 Right elbow is a subclass of the right of elbow
(subclass RightElbow
    (BodySideFn Right Shoulder))
Medicine.kif 2879-2879 Right elbow is a subclass of the right of shoulder
(subclass RightEar
    (BodySideFn Right Ear))
Medicine.kif 2885-2885 Right ear is a subclass of the right of ear
(subclass RightEye
    (BodySideFn Right Eye))
Medicine.kif 2891-2891 Right eye is a subclass of the right of eye
(subclass RightHand
    (BodySideFn Right Hand))
Medicine.kif 2897-2897 Right hand is a subclass of the right of hand
(subclass RightLung
    (BodySideFn Right Lung))
Medicine.kif 2903-2903 Right lung is a subclass of the right of lung
(subclass RightKidney
    (BodySideFn Right Kidney))
Medicine.kif 2909-2909 Right kidney is a subclass of the right of kidney
(subclass RightLeg
    (BodySideFn Right Leg))
Medicine.kif 2915-2915 Right leg is a subclass of the right of leg
(subclass RightKnee
    (BodySideFn Right Knee))
Medicine.kif 2921-2921 Right knee is a subclass of the right of knee
(subclass RightHip
    (BodySideFn Right Hip))
Medicine.kif 2927-2927 Right hip is a subclass of the right of Hip
(subclass RightFoot
    (BodySideFn Right Foot))
Medicine.kif 2933-2933 Right foot is a subclass of the right of foot
(subclass RightThigh
    (BodyAreaFn
        (BodySideFn Right ThighMuscle)))
Medicine.kif 2939-2939 Right thigh is a subclass of body area the right of quadriceps


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