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

Formal Language: 



KB Term:  Term intersection
English Word: 

  BusStop

Sigma KEE - BusStop
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 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 Bus stop is a subclass of geographic area

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners