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



KB Term:  Term intersection
English Word: 

Sigma KEE - TransitSystem
TransitSystem(transit system)

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


(subclass TransitSystem PhysicalSystem) Transportation.kif 3962-3962 Transit system is a subclass of physical system
(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 3963-3971 Transit system is a subclass of physical system

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


(subclass RailTransportationSystem TransitSystem) Transportation.kif 2230-2230 Rail transportation system is a subclass of transit system
(subclass RoadTransportationSystem TransitSystem) Transportation.kif 2280-2280 Road transportation system is a subclass of transit system
(subclass WaterTransportationSystem TransitSystem) Transportation.kif 4025-4025 Water transportation system is a subclass of transit system
(subclass AirTransportationSystem TransitSystem) Transportation.kif 4037-4037 Air transportation system is a subclass of transit system
(subclass UniModalTransitSystem TransitSystem) Transportation.kif 4048-4048 Uni modal transit system is a subclass of transit system
(subclass MultiModalTransitSystem TransitSystem) Transportation.kif 4106-4106 Multi modal transit system is a subclass of transit system
(termFormat EnglishLanguage TransitSystem "transit system") domainEnglishFormat.kif 58873-58873 Multi modal transit system is a subclass of transit system
(termFormat ChineseTraditionalLanguage TransitSystem "運輸系統") domainEnglishFormat.kif 58874-58874 Multi modal transit system is a subclass of transit system
(termFormat ChineseLanguage TransitSystem "运输系统") domainEnglishFormat.kif 58875-58875 Multi modal transit system is a subclass of transit system

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


(domain pathInSystem 2 TransitSystem) Transportation.kif 3865-3865 The number 2 argument of path in system is an instance of transit system
(domain routeInSystem 2 TransitSystem) Transportation.kif 3885-3885 The number 2 argument of route in system is an instance of transit system
(domain routeStart 2 TransitSystem) Transportation.kif 3896-3896 The number 2 argument of route start is an instance of transit system
(domain routeEnd 2 TransitSystem) Transportation.kif 3919-3919 The number 2 argument of route end is an instance of transit system

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


(=>
    (instance ?SYSTEM TransitSystem)
    (exists (?ROUTE)
        (and
            (instance ?ROUTE Transitway)
            (part ?ROUTE ?SYSTEM))))
Transportation.kif 3973-3978 If X is an instance of transit system, then there exists Y such that Y is an instance of transitway and Y is a part of X
(=>
    (instance ?TS TransitSystem)
    (exists (?G)
        (and
            (instance ?G Graph)
            (abstractCounterpart ?G ?TS))))
Transportation.kif 3980-3985 If X is an instance of transit system, then there exists Y such that Y is an instance of graph and the abstract counterpart of X is Y
(=>
    (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 3987-3997 If X is an instance of transit system, Y is an instance of transitway, the abstract counterpart of X is Z, and X is a system part of Y, then there exists W such that W is an instance of graph arc, the abstract counterpart of Y is W, and W is a part of Z
(=>
    (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 3999-4009 If X is an instance of transit system, Y is an instance of transitway junction, the abstract counterpart of X is Z, and X is a system part of Y, then there exists W such that W is an instance of graph node, the abstract counterpart of Y is W, and W is a part of Z
(=>
    (and
        (instance ?SYSTEM TransitSystem)
        (systemPart ?PART ?SYSTEM))
    (instance ?PART Transitway))
Transportation.kif 4019-4023 If X is an instance of transit system and X is a system part of Y, then Y is an instance of transitway


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