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



KB Term:  Term intersection
English Word: 

Sigma KEE - BusStop
BusStop(bus stop)
bus_stop

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


(subclass BusStop GeographicArea) Transportation.kif 2145-2145 Bus stop is a subclass of geographic area
(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 2146-2148 Bus stop is a subclass of geographic area
(externalImage BusStop "http://articulatesoftware.com/SUMOpictures/travel/ US_Road_Signs/ recreation/ rec_2/ bus_stop.png") pictureList.kif 306-306 Bus stop is a subclass of geographic area

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


(termFormat EnglishLanguage BusStop "bus stop") domainEnglishFormat.kif 12499-12499
(termFormat ChineseTraditionalLanguage BusStop "巴士車站") domainEnglishFormat.kif 12500-12500
(termFormat ChineseLanguage BusStop "巴士车站") domainEnglishFormat.kif 12501-12501

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


(=>
    (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 2149-2160 If X is an instance of bus stop, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of bus (3) Z is an instance of boarding (4) W is an instance of deboarding (5) Z is located at X (6) W is located at X (7) Y is a patient of Z (8) Y is a patient of W
(=>
    (instance ?X BusStop)
    (exists (?R)
        (and
            (instance ?R Roadway)
            (meetsSpatially ?X ?R))))
Transportation.kif 2162-2167 If X is an instance of bus stop, then there exists Y such that Y is an instance of roadway and X meets Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners