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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ElementalSubstance

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

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


(subclass Actinium ElementalSubstance) Mid-level-ontology.kif 28858-28858
(subclass Aluminum ElementalSubstance) Mid-level-ontology.kif 27524-27524
(subclass Americium ElementalSubstance) Mid-level-ontology.kif 28964-28964
(subclass Antimony ElementalSubstance) Mid-level-ontology.kif 28158-28158
(subclass Argon ElementalSubstance) Mid-level-ontology.kif 27607-27607
(subclass Arsenic ElementalSubstance) Mid-level-ontology.kif 27855-27855
(subclass Astatine ElementalSubstance) Mid-level-ontology.kif 28791-28791
(subclass Atom ElementalSubstance) Merge.kif 1108-1108
(subclass Barium ElementalSubstance) Mid-level-ontology.kif 28252-28252
(subclass Berkelium ElementalSubstance) Mid-level-ontology.kif 28998-28998
(subclass Beryllium ElementalSubstance) Mid-level-ontology.kif 27364-27364
(subclass Bismuth ElementalSubstance) Mid-level-ontology.kif 28756-28756
(subclass Boron ElementalSubstance) Mid-level-ontology.kif 27380-27380
(subclass Bromine ElementalSubstance) Mid-level-ontology.kif 27886-27886
(subclass Cadmium ElementalSubstance) Mid-level-ontology.kif 28110-28110
(subclass Caesium ElementalSubstance) Mid-level-ontology.kif 28226-28226
(subclass Calcium ElementalSubstance) Mid-level-ontology.kif 27638-27638
(subclass Californium ElementalSubstance) Mid-level-ontology.kif 29015-29015
(subclass Carbon ElementalSubstance) Mid-level-ontology.kif 27399-27399
(subclass Cerium ElementalSubstance) Mid-level-ontology.kif 28288-28288
(subclass Chlorine ElementalSubstance) Mid-level-ontology.kif 27590-27590
(subclass Chromium ElementalSubstance) Mid-level-ontology.kif 27712-27712
(subclass Cobalt ElementalSubstance) Mid-level-ontology.kif 27758-27758
(subclass Copper ElementalSubstance) Mid-level-ontology.kif 27789-27789
(subclass Curium ElementalSubstance) Mid-level-ontology.kif 28981-28981

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 13818-13818
(domainSubclass molecularRatio 1 ElementalSubstance) Mid-level-ontology.kif 21762-21762
(partition PureSubstance CompoundSubstance ElementalSubstance) Merge.kif 1085-1085

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 12593-12602
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 CompoundSubstance)
        (instance ?SUBSTANCE2 ElementalSubstance))
    (instance ?PROC ChemicalDecomposition))
Merge.kif 12609-12615
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 ElementalSubstance)
        (instance ?SUBSTANCE2 CompoundSubstance))
    (instance ?PROC ChemicalSynthesis))
Merge.kif 12573-12579

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 12581-12591


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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