Steps(steps) | ramp, staircase, stairs, stairway, 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 15306-15307 | |
(subclass Steps StationaryArtifact) | Mid-level-ontology.kif 15305-15305 | Steps is a subclass of stationary artifact |
appearance as argument number 2 |
(termFormat ChineseLanguage Steps "脚步") | domainEnglishFormat.kif 55372-55372 | |
(termFormat ChineseTraditionalLanguage Steps "腳步") | domainEnglishFormat.kif 55371-55371 | |
(termFormat EnglishLanguage Steps "steps") | domainEnglishFormat.kif 55370-55370 |
antecedent |
(=> (instance ?STEPS Steps) (and (capability MotionUpward instrument ?STEPS) (capability MotionDownward instrument ?STEPS))) |
Mid-level-ontology.kif 15309-15313 |
|
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 15315-15325 |
|