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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Stairway
Stairway(stairway)
flight, flight_of_stairs, flight_of_steps, landing

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


(documentation Stairway EnglishLanguage "A StationaryArtifact which allows one to climb, step by step, from one level to another.") Mid-level-ontology.kif 16437-16438
(externalImage Stairway "http://upload.wikimedia.org/wikipedia/commons/f/ f3/ AtomiumStairwayInside.JPG") pictureList.kif 4825-4825
(subclass Stairway StationaryArtifact) Mid-level-ontology.kif 16436-16436 Stairway is a subclass of stationary artifact

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


(termFormat ChineseLanguage Stairway "楼梯") domainEnglishFormat.kif 54976-54976
(termFormat ChineseTraditionalLanguage Stairway "樓梯") domainEnglishFormat.kif 54975-54975
(termFormat EnglishLanguage Stairway "stairway") domainEnglishFormat.kif 54974-54974

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


(=>
    (and
        (instance ?S Stairway)
        (part ?S ?B)
        (instance ?B Building))
    (hasPurpose ?S
        (exists (?L1 ?L2)
            (and
                (instance ?L1 BuildingLevel)
                (instance ?L2 BuildingLevel)
                (part ?L1 ?B)
                (part ?L2 ?B)
                (connects ?S ?L1 ?L2)))))
Mid-level-ontology.kif 16446-16458
(=>
    (instance ?S Stairway)
    (and
        (capability MotionUpward instrument ?S)
        (capability MotionDownward instrument ?S)))
Mid-level-ontology.kif 16440-16444


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