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


KB Term:  Term intersection
English Word: 

Sigma KEE - Left
Left(left of)
dexter, larboard, left, left-hand, left_stage, near, nigh, port, sinister, sinistral, sinistrorsal, sinistrorse, stage_left

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


(instance Left PositionalAttribute) Merge.kif 17463-17463 Left of is an instance of positional attribute
(instance Left AntiSymmetricPositionalAttribute) Merge.kif 17464-17464 Left of is an instance of anti_symmetric positional attribute
(documentation Left EnglishLanguage "This PositionalAttribute is derived from the left/ right schema. Note that this means directly to the left, so that, if one object is to the left of another, then the projections of the two objects overlap.") Merge.kif 17465-17468 Left of is an instance of anti_symmetric positional attribute
(externalImage Left "http://upload.wikimedia.org/wikipedia/en/3/30/XYZ_model.jpg") pictureList.kif 10092-10092 Left of is an instance of anti_symmetric positional attribute

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


(contraryAttribute Right Left) Merge.kif 17472-17472 Right of is the opposite of left of
(termFormat EnglishLanguage Left "left of") domainEnglishFormat.kif 33763-33763 Right of is the opposite of left of
(termFormat ChineseTraditionalLanguage Left "左") domainEnglishFormat.kif 33764-33764 Right of is the opposite of left of
(termFormat ChineseLanguage Left "左") domainEnglishFormat.kif 33765-33765 Right of is the opposite of left of

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
(=>
    (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 ?LW ?P)
        (instance ?LW FlightWing)
        (side ?LW ?P)
        (orientation ?LW ?P Left)
        (instance ?LA Aileron)
        (located ?LA ?LW)
        (instance ?U MotionUpward)
        (moves ?U ?LA))
    (holdsDuring
        (WhenFn ?U)
        (exists (?D)
            (and
                (instance ?D MotionDownward)
                (moves ?D ?LW)
                (causes ?U ?D)))))
Transportation.kif 3439-3457 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 left of to Y (8) W is an instance of aileron (9) W is located at Z (10) V is an instance of motion upward (11) W moves during V, then there exists U such that U is an instance of motion downward, 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 Left))
    (exists (?X)
        (and
            (yaw ?P
                (MeasureFn ?X AngularDegree))
            (lessThan ?X 0))))
Transportation.kif 3659-3670 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 left of, then there exists W such that Z is heading at W angular degree(s) of its longitudinalAxis. and W is less 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
-------------------------


(<=>
    (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
        (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 ?RIGHT PhysicalRightCIButton)
        (component ?RIGHT ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT)
        (and
            (instance ?LEFT PhysicalLeftCIButton)
            (component ?LEFT ?DEV)
            (orientation ?RIGHT ?LEFT Left))))
ComputerInput.kif 220-229 If X is an instance of physical right CI button, X is a component of Y, and Y is an instance of computer input device, then there exists Z such that Z is an instance of physical left CI button, Z is a component of Y, and X is left of to Z
(=>
    (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 LeftArm
    (BodySideFn Left Arm))
Medicine.kif 2864-2864 Left arm is a subclass of the left of arm
(subclass LeftElbow
    (BodySideFn Left Elbow))
Medicine.kif 2870-2870 Left elbow is a subclass of the left of elbow
(subclass LeftShoulder
    (BodySideFn Left Shoulder))
Medicine.kif 2876-2876 Left shoulder is a subclass of the left of shoulder
(subclass LeftEar
    (BodySideFn Left Ear))
Medicine.kif 2882-2882 Left ear is a subclass of the left of ear
(subclass LeftEye
    (BodySideFn Left Eye))
Medicine.kif 2888-2888 Left eye is a subclass of the left of eye
(subclass LeftHand
    (BodySideFn Left Hand))
Medicine.kif 2894-2894 Left hand is a subclass of the left of hand
(subclass LeftLung
    (BodySideFn Left Lung))
Medicine.kif 2900-2900 Left lung is a subclass of the left of lung
(subclass LeftKidney
    (BodySideFn Left Kidney))
Medicine.kif 2906-2906 Left kidney is a subclass of the left of kidney
(subclass LeftLeg
    (BodySideFn Left Leg))
Medicine.kif 2912-2912 Left leg is a subclass of the left of leg
(subclass LeftKnee
    (BodySideFn Left Knee))
Medicine.kif 2918-2918 Left knee is a subclass of the left of knee
(subclass LeftHip
    (BodySideFn Left Hip))
Medicine.kif 2924-2924 Left hip is a subclass of the left of Hip
(subclass LeftFoot
    (BodySideFn Left Foot))
Medicine.kif 2930-2930 Left foot is a subclass of the left of foot
(subclass LeftThigh
    (BodyAreaFn
        (BodySideFn Left ThighMuscle)))
Medicine.kif 2936-2936 Left thigh is a subclass of body area the left 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