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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShipContainer
ShipContainer(ship container)
cargo_container, container

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


(documentation ShipContainer EnglishLanguage "ShipContainer is the class of specialized large containers designed for shipping goods aboard ContainerShips.") Transportation.kif 2778-2779
(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 2777-2777 Ship container is a subclass of container

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


(names "intermodal container" ShipContainer) Transportation.kif 2780-2780 Ship container has name "intermodal container"
(subclass FiftythreeFtContainer ShipContainer) Transportation.kif 3044-3044 Fifty three foot container is a subclass of ship container
(subclass FortyFtContainer ShipContainer) Transportation.kif 2934-2934 Forty foot container is a subclass of ship container
(subclass FortyeightFtContainer ShipContainer) Transportation.kif 3021-3021 Forty eight foot container is a subclass of ship container
(subclass FortyfiveFtContainer ShipContainer) Transportation.kif 3002-3002 Forty five foot container is a subclass of ship container
(subclass TwentyFtContainer ShipContainer) Transportation.kif 2793-2793 Twenty foot container is a subclass of ship container
(termFormat ChineseLanguage ShipContainer "船舶集装箱") domainEnglishFormat.kif 52686-52686 Twenty foot container is a subclass of ship container
(termFormat ChineseTraditionalLanguage ShipContainer "船舶集裝箱") domainEnglishFormat.kif 52685-52685 Twenty foot container is a subclass of ship container
(termFormat EnglishLanguage ShipContainer "ship container") domainEnglishFormat.kif 52684-52684 Twenty foot container is a subclass of ship container

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 2826-2841
(=>
    (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 2782-2791

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