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 2097-2098
(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 2140-2140 Rolling stock is exhaustively partitioned into passenger railcar and freight car
(subclass RollingStock RailVehicle) Transportation.kif 2095-2095 Rolling stock is a subclass of rail vehicle

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


(disjoint RoadVehicle RollingStock) Transportation.kif 2096-2096 Road vehicle is disjoint from rolling stock
(subclass CabCar RollingStock) Transportation.kif 2150-2150 Cab car is a subclass of rolling stock
(subclass ElectrifiedRailwayCar RollingStock) Transportation.kif 2165-2165 Electrified railway car is a subclass of rolling stock
(subclass FreightCar RollingStock) Transportation.kif 2139-2139 Freight car is a subclass of rolling stock
(subclass HeadEndCar RollingStock) Transportation.kif 2185-2185 Head end car is a subclass of rolling stock
(subclass Locomotive RollingStock) Transportation.kif 2115-2115 Locomotive is a subclass of rolling stock
(subclass LocomotiveCoalCar RollingStock) Transportation.kif 2194-2194 Locomotive coal car is a subclass of rolling stock
(subclass MotorizedRailwayCar RollingStock) Transportation.kif 2110-2110 Motorized railway car is a subclass of rolling stock
(subclass OutfitCar RollingStock) Transportation.kif 2156-2156 Outfit car is a subclass of rolling stock
(subclass PassengerRailcar RollingStock) Transportation.kif 2122-2122 Passenger railcar is a subclass of rolling stock
(subclass PrivateRailcar RollingStock) Transportation.kif 2215-2215 Private railcar is a subclass of rolling stock
(subclass Railcar RollingStock) Transportation.kif 2074-2074 Railcar is a subclass of rolling stock
(subclass ScaleTestCar RollingStock) Transportation.kif 2223-2223 Scale test car is a subclass of rolling stock
(subclass Streetcar RollingStock) Transportation.kif 2208-2208 Streetcar is a subclass of rolling stock
(termFormat ChineseLanguage RollingStock "波荡股") domainEnglishFormat.kif 50300-50300
(termFormat ChineseTraditionalLanguage RollingStock "波蕩股") domainEnglishFormat.kif 50299-50299
(termFormat EnglishLanguage RollingStock "rolling stock") domainEnglishFormat.kif 50298-50298

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


(=>
    (instance ?TRAIN RollingStock)
    (not
        (exists (?X)
            (and
                (part ?X ?TRAIN)
                (instance ?X RollingStock)
                (not
                    (equal ?X ?TRAIN))))))
Transportation.kif 2100-2108

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


(=>
    (instance ?SHIP RailcarCarrierShip)
    (cargoType ?SHIP RollingStock))
Transportation.kif 2355-2357
(=>
    (instance ?TRAIN RollingStock)
    (not
        (exists (?X)
            (and
                (part ?X ?TRAIN)
                (instance ?X RollingStock)
                (not
                    (equal ?X ?TRAIN))))))
Transportation.kif 2100-2108
(=>
    (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 2054-2063


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