Wheelchair |
appearance as argument number 1 |
(documentation Wheelchair EnglishLanguage "Wheelchair is a type of LandVehicle that is used to individually transport those who cannot walk") | Mid-level-ontology.kif 26158-26159 | |
(subclass Wheelchair TransportationDevice) | Mid-level-ontology.kif 26157-26157 | 子類 Wheelchair and TransportationDevice |
appearance as argument number 2 |
(termFormat EnglishLanguage Wheelchair "wheelchair") | Mid-level-ontology.kif 26160-26160 |
antecedent |
(=> (instance ?X Wheelchair) (exists (?WHEEL ?SEAT) (and (instance ?SEAT Seat) (instance ?WHEEL Wheel) (part ?SEAT ?X) (part ?WHEEL ?X)))) |
Mid-level-ontology.kif 26162-26169 | |
(=> (instance ?X Wheelchair) (hasPurpose ?X (exists (?TRANSPORT ?HUMAN) (and (instance ?HUMAN Human) (not (capability Walking agent ?HUMAN)) (instance ?TRANSPORT Transportation) (agent ?TRANSPORT ?HUMAN) (instrument ?TRANSPORT ?X))))) |
Mid-level-ontology.kif 26171-26180 |
consequent |
(=> (and (attribute ?X WheelchairAccessible) (or (instance ?X Building) (instance ?X Room))) (modalAttribute (exists (?MOTION ?WHEELCHAIR) (and (instance ?MOTION Motion) (instrument ?MOTION ?WHEELCHAIR) (instance ?WHEELCHAIR Wheelchair) (eventLocated ?MOTION ?X))) Possibility)) |
Mid-level-ontology.kif 26192-26204 |