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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Steps
Steps(脚步)

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


(documentation Steps EnglishLanguage "A StationaryArtifact which allows one to climb, step by step, from one level to another.") Mid-level-ontology.kif 16461-16462
(subclass Steps StationaryArtifact) Mid-level-ontology.kif 16460-16460 脚步固定人工制品subclass

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


(termFormat ChineseLanguage Steps "脚步") domainEnglishFormat.kif 55336-55336
(termFormat ChineseTraditionalLanguage Steps "腳步") domainEnglishFormat.kif 55335-55335
(termFormat EnglishLanguage Steps "steps") domainEnglishFormat.kif 55334-55334

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


(=>
    (instance ?STEPS Steps)
    (and
        (capability MotionUpward instrument ?STEPS)
        (capability MotionDownward instrument ?STEPS)))
Mid-level-ontology.kif 16464-16468

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


(=>
    (and
        (instance ?LEVEL1 BuildingLevel)
        (instance ?LEVEL2 BuildingLevel)
        (instance ?BUILDING Building)
        (part ?LEVEL1 ?BUILDING)
        (part ?LEVEL2 ?BUILDING))
    (exists (?STEPS)
        (and
            (instance ?STEPS Steps)
            (connects ?STEPS ?LEVEL1 ?LEVEL2))))
Mid-level-ontology.kif 16470-16480


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