Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

基本物質 (ElementalSubstance)

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.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
實體
is subclass of
  物質的  
is subclass of
  物體  
is subclass of
  自身連續物體  
is subclass of
  物質  
is subclass of
  純物質  
is subclass of
  基本物質  

Subclass(es)

金屬  原子  次原子粒子 

Coordinate term(s)

化合物 

Related WordNet synsets

chemical element, element
any of the more than 100 known substances (of which 93 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter
chemical element is kind of (all)...   chemical element is kind of...   kinds of chemical element...   kinds of chemical element (all)...   parts of chemical element...  
simple
composed of only one thing or element or part; "a simple substance"
simple is similar to...  
elemental
relating to or being an element; "elemental sulphur"
elemental pertains to noun...  
See more related synsets on a separate page.

Axioms (4)

純物質 完全 分割成 化合物,基本物質.
(partition PureSubstance CompoundSubstance ElementalSubstance)

If substance1proc資源 and substance2proc結果 and substance1基本物質實例 and substance2化合物實例, then proc化學合成實例.
(=>
      (and
            (resource ?PROC ?SUBSTANCE1)
            (result ?PROC ?SUBSTANCE2)
            (instance ?SUBSTANCE1 ElementalSubstance)
            (instance ?SUBSTANCE2 CompoundSubstance))
      (instance ?PROC ChemicalSynthesis))

compound化合物實例 if and only if there exist 基本物質 element1,基本物質 element2,化學合成 process so that element1 等於 element2 and element1process資源 and element2process資源 and compoundprocess結果.
(<=>
      (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))))

If substance1proc資源 and substance2proc結果 and substance1化合物實例 and substance2基本物質實例, then proc化學分解實例.
(=>
      (and
            (resource ?PROC ?SUBSTANCE1)
            (result ?PROC ?SUBSTANCE2)
            (instance ?SUBSTANCE1 CompoundSubstance)
            (instance ?SUBSTANCE2 ElementalSubstance))
      (instance ?PROC ChemicalDecomposition))