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 子類 ElementalSubstance and PureSubstance

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


(subclass Actinium ElementalSubstance) Mid-level-ontology.kif 28724-28724 子類 and ElementalSubstance
(subclass Aluminum ElementalSubstance) Mid-level-ontology.kif 27390-27390 子類 and ElementalSubstance
(subclass Americium ElementalSubstance) Mid-level-ontology.kif 28830-28830 子類 and ElementalSubstance
(subclass Antimony ElementalSubstance) Mid-level-ontology.kif 28024-28024 子類 and ElementalSubstance
(subclass Argon ElementalSubstance) Mid-level-ontology.kif 27473-27473 子類 and ElementalSubstance
(subclass Arsenic ElementalSubstance) Mid-level-ontology.kif 27721-27721 子類 and ElementalSubstance
(subclass Astatine ElementalSubstance) Mid-level-ontology.kif 28657-28657 子類 and ElementalSubstance
(subclass Atom ElementalSubstance) Merge.kif 1108-1108 子類 Atom and ElementalSubstance
(subclass Barium ElementalSubstance) Mid-level-ontology.kif 28118-28118 子類 and ElementalSubstance
(subclass Berkelium ElementalSubstance) Mid-level-ontology.kif 28864-28864 子類 and ElementalSubstance
(subclass Beryllium ElementalSubstance) Mid-level-ontology.kif 27230-27230 子類 and ElementalSubstance
(subclass Bismuth ElementalSubstance) Mid-level-ontology.kif 28622-28622 子類 and ElementalSubstance
(subclass Boron ElementalSubstance) Mid-level-ontology.kif 27246-27246 子類 and ElementalSubstance
(subclass Bromine ElementalSubstance) Mid-level-ontology.kif 27752-27752 子類 and ElementalSubstance
(subclass Cadmium ElementalSubstance) Mid-level-ontology.kif 27976-27976 子類 and ElementalSubstance
(subclass Caesium ElementalSubstance) Mid-level-ontology.kif 28092-28092 子類 and ElementalSubstance
(subclass Calcium ElementalSubstance) Mid-level-ontology.kif 27504-27504 子類 and ElementalSubstance
(subclass Californium ElementalSubstance) Mid-level-ontology.kif 28881-28881 子類 and ElementalSubstance
(subclass Carbon ElementalSubstance) Mid-level-ontology.kif 27265-27265 子類 and ElementalSubstance
(subclass Cerium ElementalSubstance) Mid-level-ontology.kif 28154-28154 子類 and ElementalSubstance
(subclass Chlorine ElementalSubstance) Mid-level-ontology.kif 27456-27456 子類 and ElementalSubstance
(subclass Chromium ElementalSubstance) Mid-level-ontology.kif 27578-27578 子類 and ElementalSubstance
(subclass Cobalt ElementalSubstance) Mid-level-ontology.kif 27624-27624 子類 and ElementalSubstance
(subclass Copper ElementalSubstance) Mid-level-ontology.kif 27655-27655 子類 and ElementalSubstance
(subclass Curium ElementalSubstance) Mid-level-ontology.kif 28847-28847 子類 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 13742-13742 域子類 原子數, 1 and ElementalSubstance
(domainSubclass molecularRatio 1 ElementalSubstance) Cars.kif 1768-1768 域子類 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 12517-12526
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 CompoundSubstance)
        (instance ?SUBSTANCE2 ElementalSubstance))
    (instance ?PROC ChemicalDecomposition))
Merge.kif 12533-12539
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 ElementalSubstance)
        (instance ?SUBSTANCE2 CompoundSubstance))
    (instance ?PROC ChemicalSynthesis))
Merge.kif 12497-12503

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 12505-12515


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