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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cargoType
cargoType

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


(documentation cargoType EnglishLanguage "(cargoType ?DEVICE ?TYPE) means that the TransportationDevice ?DEVICE typically carries cargo of the kind ?TYPE.") Transportation.kif 1038-1040
(domain cargoType 1 TransportationDevice) Transportation.kif 1036-1036 The number 1 argument of cargo type is an instance of transportation device
(domainSubclass cargoType 2 Object) Transportation.kif 1037-1037 The number 2 argument of cargo type is a subclass of object
(instance cargoType BinaryPredicate) Transportation.kif 1035-1035 cargo type is an instance of binary predicate

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


(format ChineseLanguage cargoType "%2 %n 是 %1 的 cargo 种类") domainEnglishFormat.kif 380-380
(format ChineseTraditionalLanguage cargoType "%2 %n 是 %1 的 cargo 種類") domainEnglishFormat.kif 379-379
(format EnglishLanguage cargoType "%2 is %n a cargo type of %1") domainEnglishFormat.kif 378-378
(termFormat ChineseLanguage cargoType "货物类型") domainEnglishFormat.kif 13258-13258
(termFormat ChineseTraditionalLanguage cargoType "貨物類型") domainEnglishFormat.kif 13257-13257
(termFormat EnglishLanguage cargoType "cargo type") domainEnglishFormat.kif 13256-13256

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


(=>
    (instance ?SHIP ChemicalTankerShip)
    (cargoType ?SHIP ChemicalProduct))
Transportation.kif 2543-2545
(=>
    (instance ?SHIP CombinationBulkOilCarrierShip)
    (cargoType ?SHIP Object))
Transportation.kif 2569-2571
(=>
    (instance ?SHIP CombinationBulkOilCarrierShip)
    (cargoType ?SHIP Petroleum))
Transportation.kif 2573-2575
(=>
    (instance ?SHIP CombinationOreOilCarrierShip)
    (cargoType ?SHIP Mineral))
Transportation.kif 2579-2581
(=>
    (instance ?SHIP CombinationOreOilCarrierShip)
    (cargoType ?SHIP Petroleum))
Transportation.kif 2583-2585
(=>
    (instance ?SHIP ContainerShip)
    (cargoType ?SHIP ShipContainer))
Transportation.kif 2502-2504
(=>
    (instance ?SHIP GeneralCargoShip)
    (cargoType ?SHIP Product))
Transportation.kif 2487-2489
(=>
    (instance ?SHIP LiquefiedGasTankerShip)
    (cargoType ?SHIP
        (ExtensionFn Liquid)))
Transportation.kif 2558-2560
(=>
    (instance ?SHIP LiquefiedGasTankerShip)
    (cargoType ?SHIP ChemicalProduct))
Transportation.kif 2554-2556
(=>
    (instance ?SHIP LivestockCarrierShip)
    (cargoType ?SHIP Livestock))
Transportation.kif 2497-2499
(=>
    (instance ?SHIP PassengerShip)
    (cargoType ?SHIP Human))
Transportation.kif 2480-2482
(=>
    (instance ?SHIP PetroleumTankerShip)
    (cargoType ?SHIP PetroleumProduct))
Transportation.kif 2536-2538
(=>
    (instance ?SHIP RailcarCarrierShip)
    (cargoType ?SHIP RollingStock))
Transportation.kif 2524-2526
(=>
    (instance ?SHIP SpecializedTankerShip)
    (cargoType ?SHIP
        (ExtensionFn Fluid)))
Transportation.kif 2597-2599
(=>
    (instance ?SHIP VehicleCarrierShip)
    (cargoType ?SHIP Vehicle))
Transportation.kif 2516-2518
(=>
    (instance ?T Truck)
    (exists (?L)
        (and
            (subclass ?L Object)
            (cargoType ?T ?L))))
Transportation.kif 2159-2164


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