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

Formal Language: 



KB Term:  Term intersection
English Word: 

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

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


(documentation Left ChineseLanguage "这是一个由左/右模式所衍生的 PositionalAttribute。注:这是 指直接在左边,也就是说如果一个物体在另外一个物体的左边的话,那么这两个物体的投影就会交叠。") chinese_format.kif 3824-3825
(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 17207-17210
(externalImage Left "http://upload.wikimedia.org/wikipedia/en/3/30/XYZ_model.jpg") pictureList.kif 10092-10092
(instance Left AntiSymmetricPositionalAttribute) Merge.kif 17206-17206 Left is an instance of anti_symmetric positional attribute
(instance Left PositionalAttribute) Merge.kif 17205-17205 Left is an instance of positional attribute

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


(contraryAttribute Right Left) Merge.kif 17214-17214 Right is the opposite of left
(termFormat ChineseLanguage Left "左") domainEnglishFormat.kif 33789-33789 Right is the opposite of left
(termFormat ChineseTraditionalLanguage Left "左") domainEnglishFormat.kif 33788-33788 Right is the opposite of left
(termFormat EnglishLanguage Left "left") domainEnglishFormat.kif 33787-33787 Right is the opposite of left
(termFormat tg Left "kaliwa") terms-tg.txt 536-536 Right is the opposite of left

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


(=>
    (and
        (orientation ?X ?Y Right)
        (orientation ?Z ?Y Left))
    (orientation ?X ?Z Right))
Merge.kif 17027-17031

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


(<=>
    (orientation ?OBJ1 ?OBJ2 Right)
    (orientation ?OBJ2 ?OBJ1 Left))
Merge.kif 17220-17222 An object is right to another object if and only if the other object is left to the object
(=>
    (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 224-237
(=>
    (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 204-213

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


(subclass LeftArm
    (BodySideFn Left Arm))
Medicine.kif 2846-2846 Left arm is a subclass of the left arm
(subclass LeftEar
    (BodySideFn Left Ear))
Medicine.kif 2864-2864 Left ear is a subclass of the left ear
(subclass LeftElbow
    (BodySideFn Left Elbow))
Medicine.kif 2852-2852 Left elbow is a subclass of the left elbow
(subclass LeftEye
    (BodySideFn Left Eye))
Medicine.kif 2870-2870 Left eye is a subclass of the left eye
(subclass LeftFoot
    (BodySideFn Left Foot))
Medicine.kif 2912-2912 Left foot is a subclass of the left foot
(subclass LeftHand
    (BodySideFn Left Hand))
Medicine.kif 2876-2876 Left hand is a subclass of the left hand
(subclass LeftHip
    (BodySideFn Left Hip))
Medicine.kif 2906-2906 Left hip is a subclass of the left Hip
(subclass LeftKidney
    (BodySideFn Left Kidney))
Medicine.kif 2888-2888 Left kidney is a subclass of the left kidney
(subclass LeftKnee
    (BodySideFn Left Knee))
Medicine.kif 2900-2900 Left knee is a subclass of the left knee
(subclass LeftLeg
    (BodySideFn Left Leg))
Medicine.kif 2894-2894 Left leg is a subclass of the left leg
(subclass LeftLung
    (BodySideFn Left Lung))
Medicine.kif 2882-2882 Left lung is a subclass of the left lung
(subclass LeftShoulder
    (BodySideFn Left Shoulder))
Medicine.kif 2858-2858 Left shoulder is a subclass of the left shoulder
(subclass LeftThigh
    (BodyAreaFn
        (BodySideFn Left ThighMuscle)))
Medicine.kif 2918-2918 Left thigh is a subclass of BodyAreaFn the left 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 is open source software produced by Articulate Software and its partners