BusStop(bus stop) | bus_stop |
appearance as argument number 1 |
(documentation BusStop EnglishLanguage "An area, often, though not necessarily with seats or some kind of minimal shelter, where people gather to meet and board a bus. It must border a road.") | Transportation.kif 2126-2128 | |
(externalImage BusStop "http://articulatesoftware.com/SUMOpictures/travel/ US_Road_Signs/ recreation/ rec_2/ bus_stop.png") | pictureList.kif 306-306 | |
(subclass BusStop GeographicArea) | Transportation.kif 2125-2125 | Bus stop is a subclass of geographic area |
appearance as argument number 2 |
(termFormat ChineseLanguage BusStop "巴士车站") | domainEnglishFormat.kif 12509-12509 | |
(termFormat ChineseTraditionalLanguage BusStop "巴士車站") | domainEnglishFormat.kif 12508-12508 | |
(termFormat EnglishLanguage BusStop "bus stop") | domainEnglishFormat.kif 12507-12507 |
antecedent |
(=> (instance ?X BusStop) (exists (?R) (and (instance ?R Roadway) (meetsSpatially ?X ?R)))) |
Transportation.kif 2142-2147 |
|
(=> (instance ?X BusStop) (hasPurpose ?X (exists (?B ?BO ?D) (and (instance ?B Bus) (instance ?BO Boarding) (instance ?D Deboarding) (eventLocated ?BO ?X) (eventLocated ?D ?X) (patient ?BO ?B) (patient ?D ?B))))) |
Transportation.kif 2129-2140 |
|