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


KB Term:  Term intersection
English Word: 

Sigma KEE - ChemicalProduct
ChemicalProduct(chemical product)

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


(subclass ChemicalProduct CompoundSubstance) Economy.kif 6209-6209 Chemical product is a subclass of compound substance
(documentation ChemicalProduct EnglishLanguage "ChemicalProduct is the subclass of Product comprising all chemical compounds that are end products or industrial products used in the manufacture of end products.") Economy.kif 6210-6212 Chemical product is a subclass of compound substance

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


(termFormat EnglishLanguage ChemicalProduct "chemical product") domainEnglishFormat.kif 14322-14322
(termFormat ChineseTraditionalLanguage ChemicalProduct "化學產品") domainEnglishFormat.kif 14323-14323
(termFormat ChineseLanguage ChemicalProduct "化学产品") domainEnglishFormat.kif 14324-14324

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


(=>
    (instance ?SVC DryCleaningService)
    (exists (?CLOTHES ?WATER ?CHEM)
        (and
            (instance ?CLOTHES Clothing)
            (not
                (instrument ?SVC ?WATER))
            (instance ?WATER Water)
            (instance ?CHEM ChemicalProduct)
            (instrument ?SVC ?CHEM)
            (patient ?SVC ?CLOTHES)
            (result ?SVC
                (attribute ?CLOTHES Clean)))))
Hotel.kif 1820-1830 If X is an instance of dry-clean, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of clothing (3) Z is not an instrument for X (4) Z is an instance of water (5) W is an instance of chemical product (6) W is an instrument for X (7) Y is a patient of X (8) clean is an attribute of Y is a result of X
(=>
    (instance ?SHIP ChemicalTankerShip)
    (cargoType ?SHIP ChemicalProduct))
Transportation.kif 2555-2557 If X is an instance of chemical tanker ship, then chemical product is a cargo type of X
(=>
    (instance ?SHIP LiquefiedGasTankerShip)
    (cargoType ?SHIP ChemicalProduct))
Transportation.kif 2566-2568 If X is an instance of liquefied gas tanker ship, then chemical product is a cargo type of X


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