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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TransitSystem
TransitSystem(transit system)

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


(documentation TransitSystem EnglishLanguage "A TransitSystem is a system of interconnected Transitways over which some type(s) of vehicles or travellers may pass. In addition to Transitways, TransitSystems may also include TransitJunctions and TransitTerminals. Transit systems may be demarcated by where they are located (e.g., the rail system of Afghanistan), who owns or manages them (e.g., American Airlines TransitSystem of AirRoutes, or state highways managed by TexDOT), or the type of vehicles or travellers accommodated (e.g., the system of Santa Clara county bike trails.") Transportation.kif 3417-3425
(subclass TransitSystem PhysicalSystem) Transportation.kif 3416-3416 Transit system is a subclass of physical system

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


(subclass AirTransportationSystem TransitSystem) Transportation.kif 3491-3491 AirTransportationSystem is a subclass of transit system
(subclass MultiModalTransitSystem TransitSystem) Transportation.kif 3559-3559 Multi modal transit system is a subclass of transit system
(subclass RailTransportationSystem TransitSystem) Transportation.kif 2210-2210 Rail transportation system is a subclass of transit system
(subclass RoadTransportationSystem TransitSystem) Transportation.kif 2260-2260 Road transportation system is a subclass of transit system
(subclass UniModalTransitSystem TransitSystem) Transportation.kif 3501-3501 Uni modal transit system is a subclass of transit system
(subclass WaterTransportationSystem TransitSystem) Transportation.kif 3479-3479 Water transportation system is a subclass of transit system
(termFormat ChineseLanguage TransitSystem "运输系统") domainEnglishFormat.kif 58911-58911 Water transportation system is a subclass of transit system
(termFormat ChineseTraditionalLanguage TransitSystem "運輸系統") domainEnglishFormat.kif 58910-58910 Water transportation system is a subclass of transit system
(termFormat EnglishLanguage TransitSystem "transit system") domainEnglishFormat.kif 58909-58909 Water transportation system is a subclass of transit system

appearance as argument number 3
-------------------------


(domain pathInSystem 2 TransitSystem) Transportation.kif 3319-3319 The number 2 argument of path in system is an instance of transit system
(domain routeEnd 2 TransitSystem) Transportation.kif 3373-3373 The number 2 argument of route end is an instance of transit system
(domain routeInSystem 2 TransitSystem) Transportation.kif 3339-3339 The number 2 argument of route in system is an instance of transit system
(domain routeStart 2 TransitSystem) Transportation.kif 3350-3350 The number 2 argument of route start is an instance of transit system

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


(=>
    (and
        (instance ?SYSTEM TransitSystem)
        (systemPart ?PART ?SYSTEM))
    (instance ?PART Transitway))
Transportation.kif 3473-3477
(=>
    (and
        (instance ?TS TransitSystem)
        (instance ?T Transitway)
        (abstractCounterpart ?G ?TS)
        (systemPart ?T ?TS))
    (exists (?GA)
        (and
            (instance ?GA GraphArc)
            (abstractCounterpart ?GA ?T)
            (graphPart ?GA ?G))))
Transportation.kif 3441-3451
(=>
    (and
        (instance ?TS TransitSystem)
        (instance ?TJ TransitwayJunction)
        (abstractCounterpart ?G ?TS)
        (systemPart ?TJ ?TS))
    (exists (?GN)
        (and
            (instance ?GN GraphNode)
            (abstractCounterpart ?GN ?TJ)
            (graphPart ?GN ?G))))
Transportation.kif 3453-3463
(=>
    (instance ?SYSTEM TransitSystem)
    (exists (?ROUTE)
        (and
            (instance ?ROUTE Transitway)
            (part ?ROUTE ?SYSTEM))))
Transportation.kif 3427-3432
(=>
    (instance ?TS TransitSystem)
    (exists (?G)
        (and
            (instance ?G Graph)
            (abstractCounterpart ?G ?TS))))
Transportation.kif 3434-3439


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 is open source software produced by Articulate Software and its partners