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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Vertical
Vertical(vertical)erect, erectness, perpendicular, plumb, unsloped, upended, upright, uprightness, vertical, verticality, vertically, verticalness

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


(documentation Vertical ChineseLanguage "这是用来表示一个 Object 相对于另外一个 Object 的位置是属于高度方向的属性。") chinese_format.kif 3808-3809
(documentation Vertical EnglishLanguage "Attribute used to indicate that an Object is positioned height-wise with respect to another Object.") Merge.kif 17104-17105
(instance Vertical PositionalAttribute) Merge.kif 17103-17103 Vertical is an instance of positional attribute

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


(contraryAttribute Horizontal Vertical) Merge.kif 17112-17112 Horizontal is the opposite of vertical
(termFormat ChineseLanguage Vertical "垂直") domainEnglishFormat.kif 61604-61604 Horizontal is the opposite of vertical
(termFormat ChineseTraditionalLanguage Vertical "垂直") domainEnglishFormat.kif 61603-61603 Horizontal is the opposite of vertical
(termFormat EnglishLanguage Vertical "vertical") domainEnglishFormat.kif 61602-61602 Horizontal is the opposite of vertical
(termFormat tg Vertical "patayo") terms-tg.txt 531-531 Horizontal is the opposite of vertical

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


(<=>
    (orientation ?OBJ1 ?OBJ2 Vertical)
    (orientation ?OBJ2 ?OBJ1 Vertical))
Merge.kif 17107-17109 An object is vertical to another object if and only if the other object is vertical to the object

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


(<=>
    (orientation ?OBJ1 ?OBJ2 Vertical)
    (orientation ?OBJ2 ?OBJ1 Vertical))
Merge.kif 17107-17109 An object is vertical to another object if and only if the other object is vertical to the object
(=>
    (and
        (attribute ?X ?SHAPE)
        (instance ?X FourPosterBed)
        (instance ?SHAPE Quadrilateral)
        (sideOfFigure ?SIDE1 ?SHAPE)
        (sideOfFigure ?SIDE2 ?SHAPE)
        (not
            (equal ?SIDE1 ?SIDE2)))
    (exists (?POST ?FLOOR ?CORNER1 ?CORNER)
        (and
            (part ?POST ?X)
            (instance ?FLOOR Floor)
            (orientation ?X ?FLOOR On)
            (orientation ?POST ?FLOOR Vertical)
            (pointOfIntersection ?SIDE1 ?SIDE2 ?CORNER1)
            (attribute ?CORNER ?CORNER1)
            (meetsSpatially ?CORNER ?POST))))
Mid-level-ontology.kif 4071-4088
(=>
    (elevation ?OBJECT ?HEIGHT)
    (exists (?DATUM)
        (and
            (properPart ?DATUM SeaLevel)
            (orientation ?OBJECT ?DATUM Vertical)
            (distance ?OBJECT ?DATUM ?HEIGHT))))
Geography.kif 1914-1920
(=>
    (instance ?X MurphyBed)
    (exists (?STORAGE)
        (and
            (instance ?STORAGE Compartment)
            (meetsSpatially ?STORAGE ?X)
            (hasPurpose ?STORAGE
                (exists (?K)
                    (and
                        (instance ?K Keeping)
                        (patient ?K ?X)
                        (destination ?K ?STORAGE)
                        (holdsDuring
                            (WhenFn ?K)
                            (attribute ?X Vertical))))))))
Mid-level-ontology.kif 3886-3900


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