BusStop
|
|
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 1986-1988 | |
(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 1985-1985 | 巴士车站 是 地理区域 的 subclass |
appearance as argument number 2 |
(termFormat ChineseLanguage BusStop "巴士车站") | domainEnglishFormat.kif 12493-12493 | |
(termFormat ChineseTraditionalLanguage BusStop "巴士車站") | domainEnglishFormat.kif 12492-12492 | |
(termFormat EnglishLanguage BusStop "bus stop") | domainEnglishFormat.kif 12491-12491 |
antecedent |
(=> (instance ?X BusStop) (exists (?R) (and (instance ?R Roadway) (meetsSpatially ?X ?R)))) |
Transportation.kif 2002-2007 | |
(=> (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 1989-2000 |