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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ElementalSubstance
ElementalSubstance

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


(documentation ElementalSubstance ChineseLanguage "这是PureSubstance Class,它是不能通 过普通的化学(或物理)手段分割成两个或以上 Substance。这不包括核反应。 ElementalSubstance 由单 一一个原子组成。例如:铁 (Fe)、 铜(Cu) 和氧 (O_2)。 ElementalSubstance 是最简单的 PureSubstance。") chinese_format.kif 1599-1602
(documentation ElementalSubstance EnglishLanguage "The Class of PureSubstances that cannot be separated into two or more Substances by ordinary chemical (or physical) means. This excludes nuclear reactions. ElementalSubstances are composed of only one kind of atom. Examples: Iron (Fe), copper (Cu), and oxygen (O_2). ElementalSubstances are the simplest PureSubstances.") Merge.kif 1095-1099
(documentation ElementalSubstance JapaneseLanguage "PureSubstanceClass は、通常の 化学的手段によって2つ以上の Substances (または物理的)に分離されない。 これには核反応は含まれ ない。 ElementalSubstances は、1種類の原子のみで構成されている。例:鉄(Fe)、銅(Cu)、 および酸素(O_2)。 ElementalSubstances は最も単純な PureSubstance である。") japanese_format.kif 178-181
(documentation ElementalSubstance SpanishLanguage "La Class de PureSubstances que no puede ser separable en dos o más Substances por medios químicos o físicos. Se excluyen los procesos nucleares. ElementalSubstances son compuestos de sólo un tipo de átomo. Por ejemplo, hierro (Fe), cobre (Cu) y oxígeno n (O_2). Las ElementalSubstances son la más sencillas de PureSubstances.") spanish_format.kif 211-215
(externalImage ElementalSubstance "http://upload.wikimedia.org/wikipedia/ commons/ 8/ 84/ Periodic_table.svg") pictureList.kif 1746-1746
(subclass ElementalSubstance PureSubstance) Merge.kif 1093-1093 子類 ElementalSubstance and PureSubstance

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


(subclass Actinium ElementalSubstance) Mid-level-ontology.kif 28795-28795 子類 and ElementalSubstance
(subclass Aluminum ElementalSubstance) Mid-level-ontology.kif 27461-27461 子類 and ElementalSubstance
(subclass Americium ElementalSubstance) Mid-level-ontology.kif 28901-28901 子類 and ElementalSubstance
(subclass Antimony ElementalSubstance) Mid-level-ontology.kif 28095-28095 子類 and ElementalSubstance
(subclass Argon ElementalSubstance) Mid-level-ontology.kif 27544-27544 子類 and ElementalSubstance
(subclass Arsenic ElementalSubstance) Mid-level-ontology.kif 27792-27792 子類 and ElementalSubstance
(subclass Astatine ElementalSubstance) Mid-level-ontology.kif 28728-28728 子類 and ElementalSubstance
(subclass Atom ElementalSubstance) Merge.kif 1108-1108 子類 Atom and ElementalSubstance
(subclass Barium ElementalSubstance) Mid-level-ontology.kif 28189-28189 子類 and ElementalSubstance
(subclass Berkelium ElementalSubstance) Mid-level-ontology.kif 28935-28935 子類 and ElementalSubstance
(subclass Beryllium ElementalSubstance) Mid-level-ontology.kif 27301-27301 子類 and ElementalSubstance
(subclass Bismuth ElementalSubstance) Mid-level-ontology.kif 28693-28693 子類 and ElementalSubstance
(subclass Boron ElementalSubstance) Mid-level-ontology.kif 27317-27317 子類 and ElementalSubstance
(subclass Bromine ElementalSubstance) Mid-level-ontology.kif 27823-27823 子類 and ElementalSubstance
(subclass Cadmium ElementalSubstance) Mid-level-ontology.kif 28047-28047 子類 and ElementalSubstance
(subclass Caesium ElementalSubstance) Mid-level-ontology.kif 28163-28163 子類 and ElementalSubstance
(subclass Calcium ElementalSubstance) Mid-level-ontology.kif 27575-27575 子類 and ElementalSubstance
(subclass Californium ElementalSubstance) Mid-level-ontology.kif 28952-28952 子類 and ElementalSubstance
(subclass Carbon ElementalSubstance) Mid-level-ontology.kif 27336-27336 子類 and ElementalSubstance
(subclass Cerium ElementalSubstance) Mid-level-ontology.kif 28225-28225 子類 and ElementalSubstance
(subclass Chlorine ElementalSubstance) Mid-level-ontology.kif 27527-27527 子類 and ElementalSubstance
(subclass Chromium ElementalSubstance) Mid-level-ontology.kif 27649-27649 子類 and ElementalSubstance
(subclass Cobalt ElementalSubstance) Mid-level-ontology.kif 27695-27695 子類 and ElementalSubstance
(subclass Copper ElementalSubstance) Mid-level-ontology.kif 27726-27726 子類 and ElementalSubstance
(subclass Curium ElementalSubstance) Mid-level-ontology.kif 28918-28918 子類 and ElementalSubstance

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domainSubclass atomicNumber 1 ElementalSubstance) Merge.kif 13794-13794 域子類 原子數, 1 and ElementalSubstance
(domainSubclass molecularRatio 1 ElementalSubstance) Cars.kif 1774-1774 域子類 molecularRatio, 1 and ElementalSubstance
(partition PureSubstance CompoundSubstance ElementalSubstance) Merge.kif 1085-1085 劃分 PureSubstance, CompoundSubstance and ElementalSubstance

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


(=>
    (and
        (instance ?ELEMENT1 ElementalSubstance)
        (instance ?ELEMENT2 ElementalSubstance)
        (not
            (equal ?ELEMENT1 ?ELEMENT2))
        (instance ?PROCESS ChemicalSynthesis)
        (resource ?PROCESS ?ELEMENT1)
        (resource ?PROCESS ?ELEMENT2)
        (result ?PROCESS ?COMPOUND))
    (instance ?COMPOUND CompoundSubstance))
Merge.kif 12569-12578
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 CompoundSubstance)
        (instance ?SUBSTANCE2 ElementalSubstance))
    (instance ?PROC ChemicalDecomposition))
Merge.kif 12585-12591
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 ElementalSubstance)
        (instance ?SUBSTANCE2 CompoundSubstance))
    (instance ?PROC ChemicalSynthesis))
Merge.kif 12549-12555

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


(=>
    (instance ?COMPOUND CompoundSubstance)
    (exists (?ELEMENT1 ?ELEMENT2 ?PROCESS)
        (and
            (instance ?ELEMENT1 ElementalSubstance)
            (instance ?ELEMENT2 ElementalSubstance)
            (not
                (equal ?ELEMENT1 ?ELEMENT2))
            (instance ?PROCESS ChemicalSynthesis)
            (resource ?PROCESS ?ELEMENT1)
            (resource ?PROCESS ?ELEMENT2)
            (result ?PROCESS ?COMPOUND))))
Merge.kif 12557-12567


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