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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cargo
cargo

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


(documentation cargo EnglishLanguage "(cargo ?EVENT ?OBJ) means that ?OBJ is transported as cargo in the Shipping event ?EVENT.") Mid-level-ontology.kif 23148-23150
(domain cargo 1 Shipping) Mid-level-ontology.kif 23152-23152 The number 1 argument of cargo is an instance of shipping
(domain cargo 2 Object) Mid-level-ontology.kif 23153-23153 The number 2 argument of cargo is an instance of object
(instance cargo AsymmetricRelation) Mid-level-ontology.kif 23147-23147 cargo is an instance of asymmetric relation
(instance cargo BinaryPredicate) Mid-level-ontology.kif 23146-23146 cargo is an instance of binary predicate
(instance cargo CaseRole) Mid-level-ontology.kif 23155-23155 cargo is an instance of case role
(subrelation cargo transported) Mid-level-ontology.kif 23154-23154 cargo is a subrelation of transported

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


(format ChineseLanguage cargo "%2 %n 是 %1 所载运的 cargo") chinese_format.kif 69-69
(format EnglishLanguage cargo "%2 is %n carried as cargo during %1") english_format.kif 69-69
(format JapaneseLanguage cargo "%2 は、%1 の最中 cargo として運ばれ %n") japanese_format.kif 1883-1883
(termFormat ChineseLanguage cargo "货物") chinese_format.kif 70-70
(termFormat ChineseTraditionalLanguage cargo "貨物") domainEnglishFormat.kif 13245-13245
(termFormat EnglishLanguage cargo "cargo") domainEnglishFormat.kif 13244-13244

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


(=>
    (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 2776-2785


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