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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ShipContainer
ShipContainer

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


(documentation ShipContainer EnglishLanguage "ShipContainer is the class of specialized large containers designed for shipping goods aboard ContainerShips.") Transportation.kif 2781-2782
(externalImage ShipContainer "http://upload.wikimedia.org/wikipedia/commons/ 0/ 09/ Container_ship_loading-700px.jpg") pictureList.kif 914-914
(externalImage ShipContainer "http://upload.wikimedia.org/wikipedia/commons/ 7/ 7a/ Line3174_-_Shipping_Containers_at_the_terminal_at_Port_Elizabeth%2C_New_Jersey_-_NOAA.jpg") pictureList.kif 881-881
(subclass ShipContainer Container) Transportation.kif 2780-2780 ShipContainer est une sous-classe de Container

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


(names "intermodal container" ShipContainer) Transportation.kif 2783-2783 ShipContainer s'appele &ames$"nom" "intermodal container"
(subclass FiftythreeFtContainer ShipContainer) Transportation.kif 3047-3047 FiftythreeFtContainer est une sous-classe de ShipContainer
(subclass FortyFtContainer ShipContainer) Transportation.kif 2937-2937 FortyFtContainer est une sous-classe de ShipContainer
(subclass FortyeightFtContainer ShipContainer) Transportation.kif 3024-3024 FortyeightFtContainer est une sous-classe de ShipContainer
(subclass FortyfiveFtContainer ShipContainer) Transportation.kif 3005-3005 FortyfiveFtContainer est une sous-classe de ShipContainer
(subclass TwentyFtContainer ShipContainer) Transportation.kif 2796-2796 TwentyFtContainer est une sous-classe de ShipContainer
(termFormat ChineseLanguage ShipContainer "船舶集装箱") domainEnglishFormat.kif 52657-52657 TwentyFtContainer est une sous-classe de ShipContainer
(termFormat ChineseTraditionalLanguage ShipContainer "船舶集裝箱") domainEnglishFormat.kif 52656-52656 TwentyFtContainer est une sous-classe de ShipContainer
(termFormat EnglishLanguage ShipContainer "ship container") domainEnglishFormat.kif 52655-52655 TwentyFtContainer est une sous-classe de ShipContainer

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


(=>
    (and
        (instance ?T ShipContainer)
        (capacity ?T
            (MeasureFn ?X ?U))
        (instance ?X UnitOfMass)
        (contains ?T ?O)
        (weight ?O
            (MeasureFn ?Y ?U))
        (lessThan ?Y ?X))
    (modalAttribute
        (not
            (exists (?D)
                (and
                    (instance ?D Damaging)
                    (patient ?D ?T)))) Likely))
Transportation.kif 2829-2844
(=>
    (instance ?C ShipContainer)
    (hasPurpose ?C
        (exists (?S ?O)
            (and
                (instance ?S Shipping)
                (cargo ?S ?C)
                (cargo ?S ?O)
                (holdsDuring
                    (WhenFn ?S)
                    (contains ?C ?O))))))
Transportation.kif 2785-2794

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


(=>
    (instance ?SHIP ContainerShip)
    (cargoType ?SHIP ShipContainer))
Transportation.kif 2508-2510


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