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


KB Term:  Term intersection
English Word: 

Sigma KEE - RollingStock
RollingStock(rolling stock)

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


(subclass RollingStock RailVehicle) Transportation.kif 2290-2290 Rolling stock is a subclass of rail vehicle
(documentation RollingStock EnglishLanguage "A single rail car. Any RailVehicle that is not composed of other RailVehicles.") Transportation.kif 2292-2293 Rolling stock is a subclass of rail vehicle
(partition RollingStock PassengerRailcar FreightCar) Transportation.kif 2335-2335 Rolling stock is exhaustively partitioned into passenger railcar and freight car
(externalImage RollingStock "http://upload.wikimedia.org/wikipedia/commons/ 6/ 6b/ CP_autorail_X301.jpg") pictureList.kif 4939-4939 Rolling stock is exhaustively partitioned into passenger railcar and freight car
(externalImage RollingStock "http://upload.wikimedia.org/wikipedia/commons/ 8/ 81/ Nagaragawa_Railway_Nagara1-5.JPG") pictureList.kif 5075-5075 Rolling stock is exhaustively partitioned into passenger railcar and freight car

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


(subclass Railcar RollingStock) Transportation.kif 2240-2240 Railcar is a subclass of rolling stock
(disjoint RoadVehicle RollingStock) Transportation.kif 2291-2291 Road vehicle is disjoint from rolling stock
(subclass MotorizedRailwayCar RollingStock) Transportation.kif 2305-2305 Motorized railway car is a subclass of rolling stock
(subclass Locomotive RollingStock) Transportation.kif 2310-2310 Locomotive is a subclass of rolling stock
(subclass PassengerRailcar RollingStock) Transportation.kif 2317-2317 Passenger railcar is a subclass of rolling stock
(subclass FreightCar RollingStock) Transportation.kif 2334-2334 Freight car is a subclass of rolling stock
(subclass CabCar RollingStock) Transportation.kif 2345-2345 Cab car is a subclass of rolling stock
(subclass OutfitCar RollingStock) Transportation.kif 2351-2351 Outfit car is a subclass of rolling stock
(subclass ElectrifiedRailwayCar RollingStock) Transportation.kif 2360-2360 Electrified railway car is a subclass of rolling stock
(subclass HeadEndCar RollingStock) Transportation.kif 2380-2380 Head end car is a subclass of rolling stock
(subclass LocomotiveCoalCar RollingStock) Transportation.kif 2389-2389 Locomotive coal car is a subclass of rolling stock
(subclass Streetcar RollingStock) Transportation.kif 2403-2403 Streetcar is a subclass of rolling stock
(subclass PrivateRailcar RollingStock) Transportation.kif 2410-2410 Private railcar is a subclass of rolling stock
(subclass ScaleTestCar RollingStock) Transportation.kif 2418-2418 Scale test car is a subclass of rolling stock
(termFormat EnglishLanguage RollingStock "rolling stock") domainEnglishFormat.kif 50295-50295 Scale test car is a subclass of rolling stock
(termFormat ChineseTraditionalLanguage RollingStock "波蕩股") domainEnglishFormat.kif 50296-50296 Scale test car is a subclass of rolling stock
(termFormat ChineseLanguage RollingStock "波荡股") domainEnglishFormat.kif 50297-50297 Scale test car is a subclass of rolling stock

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


(=>
    (instance ?TRAIN RollingStock)
    (not
        (exists (?X)
            (and
                (part ?X ?TRAIN)
                (instance ?X RollingStock)
                (not
                    (equal ?X ?TRAIN))))))
Transportation.kif 2295-2303 If X is an instance of rolling stock, then there doesn't exist Y such that Y is a part of X, Y is an instance of rolling stock, equal Y, and X

consequent
-------------------------


(=>
    (instance ?TRAIN Train)
    (exists (?X ?Y)
        (and
            (part ?X ?TRAIN)
            (part ?Y ?TRAIN)
            (instance ?X RollingStock)
            (instance ?Y RollingStock)
            (not
                (equal ?X ?Y)))))
Transportation.kif 2214-2223 If X is an instance of train, then All of the following hold: (1) there exist Y (2) Z such that Y is a part of X (3) Z is a part of X (4) Y is an instance of rolling stock (5) Z is an instance of rolling stock (6) equal Y (7) Z
(=>
    (instance ?TRAIN RollingStock)
    (not
        (exists (?X)
            (and
                (part ?X ?TRAIN)
                (instance ?X RollingStock)
                (not
                    (equal ?X ?TRAIN))))))
Transportation.kif 2295-2303 If X is an instance of rolling stock, then there doesn't exist Y such that Y is a part of X, Y is an instance of rolling stock, equal Y, and X
(=>
    (instance ?SHIP RailcarCarrierShip)
    (cargoType ?SHIP RollingStock))
Transportation.kif 2541-2543 If X is an instance of railcar carrier ship, then rolling stock is a cargo type of X


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners