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

化學合成 (ChemicalSynthesis)

The Class of ChemicalProcesses in which a CompoundSubstance is formed from simpler reactants.

Ontology

SUMO / PROCESSES

Superclass(es)

[tree]
實體
is subclass of
  物質的  
is subclass of
  歷程  
is subclass of
  內在改變  
is subclass of
  化學歷程  
is subclass of
[tree]
實體
is subclass of
  物質的  
is subclass of
  歷程  
is subclass of
  雙受事歷程  
is subclass of
  結合  
is subclass of

is subclass of
  化學合成  

Coordinate term(s)

化學分解  濕潤 

Related WordNet synsets

valency
the phenomenon of forming chemical bonds
valency is kind of (all)...   valency is kind of...  
synthesis
the process of producing a chemical compound (usually by the union of simpler chemical compounds)
synthesis is kind of (all)...   synthesis is kind of...   kinds of synthesis...   kinds of synthesis (all)...  
compounded
combined into or constituting a chemical compound
compounded is similar to...  
See more related synsets on a separate page.

Axioms (2)

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))))