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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RollingStock
RollingStock(rolling stock)

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


(documentation RollingStock EnglishLanguage "A single rail car. Any RailVehicle that is not composed of other RailVehicles.") Transportation.kif 2266-2267
(externalImage RollingStock "http://upload.wikimedia.org/wikipedia/commons/ 6/ 6b/ CP_autorail-X301.jpg") pictureList.kif 4940-4940
(externalImage RollingStock "http://upload.wikimedia.org/wikipedia/commons/ 8/ 81/ Nagaragawa-Railway-Nagara1-5.JPG") pictureList.kif 5076-5076
(partition RollingStock PassengerRailcar FreightCar) Transportation.kif 2309-2309 Rolling stock is exhaustively partitioned into passenger railcar and freight car
(subclass RollingStock RailVehicle) Transportation.kif 2264-2264 Rolling stock is a subclass of rail vehicle

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


(disjoint RoadVehicle RollingStock) Transportation.kif 2265-2265 Road vehicle is disjoint from rolling stock
(subclass CabCar RollingStock) Transportation.kif 2319-2319 Cab car is a subclass of rolling stock
(subclass ElectrifiedRailwayCar RollingStock) Transportation.kif 2334-2334 Electrified railway car is a subclass of rolling stock
(subclass FreightCar RollingStock) Transportation.kif 2308-2308 Freight car is a subclass of rolling stock
(subclass HeadEndCar RollingStock) Transportation.kif 2354-2354 Head end car is a subclass of rolling stock
(subclass Locomotive RollingStock) Transportation.kif 2284-2284 Locomotive is a subclass of rolling stock
(subclass LocomotiveCoalCar RollingStock) Transportation.kif 2363-2363 Locomotive coal car is a subclass of rolling stock
(subclass MotorizedRailwayCar RollingStock) Transportation.kif 2279-2279 Motorized railway car is a subclass of rolling stock
(subclass OutfitCar RollingStock) Transportation.kif 2325-2325 Outfit car is a subclass of rolling stock
(subclass PassengerRailcar RollingStock) Transportation.kif 2291-2291 Passenger railcar is a subclass of rolling stock
(subclass PrivateRailcar RollingStock) Transportation.kif 2384-2384 Private railcar is a subclass of rolling stock
(subclass Railcar RollingStock) Transportation.kif 2220-2220 Railcar is a subclass of rolling stock
(subclass ScaleTestCar RollingStock) Transportation.kif 2392-2392 Scale test car is a subclass of rolling stock
(subclass Streetcar RollingStock) Transportation.kif 2377-2377 Streetcar is a subclass of rolling stock
(termFormat ChineseLanguage RollingStock "波荡股") domainEnglishFormat.kif 50340-50340 Streetcar is a subclass of rolling stock
(termFormat ChineseTraditionalLanguage RollingStock "波蕩股") domainEnglishFormat.kif 50339-50339 Streetcar is a subclass of rolling stock
(termFormat EnglishLanguage RollingStock "rolling stock") domainEnglishFormat.kif 50338-50338 Streetcar 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 2269-2277

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


(=>
    (instance ?SHIP RailcarCarrierShip)
    (cargoType ?SHIP RollingStock))
Transportation.kif 2524-2526
(=>
    (instance ?TRAIN RollingStock)
    (not
        (exists (?X)
            (and
                (part ?X ?TRAIN)
                (instance ?X RollingStock)
                (not
                    (equal ?X ?TRAIN))))))
Transportation.kif 2269-2277
(=>
    (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 2194-2203


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