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


KB Term:  Term intersection
English Word: 

Sigma KEE - ElementalSubstance
ElementalSubstance(elemental substance)
Bh, Db, Ds, Hs, LOX, Mt, Rf, Rg, Sg, Unq, Uub, Uuh, Uup, Uuq, Uut, actinide_series, activated_carbon, activated_charcoal, acyl, acyl_group, alcohol_group, alcohol_radical, aldehyde_group, aldehyde_radical, allotrope, allotropic, allotropical, allotropism, allotropy, alpha_iron, aluminous, amino, amino_group, amyl, antimonic, antimonious, argonon, atomic_number_104, atomic_number_105, atomic_number_106, atomic_number_107, atomic_number_108, atomic_number_109, atomic_number_110, atomic_number_111, atomic_number_112, atomic_number_113, atomic_number_114, atomic_number_115, atomic_number_116...

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


(subclass ElementalSubstance PureSubstance) Merge.kif 1128-1128 Elemental substance is a subclass of pure substance
(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 1130-1134 Elemental substance is a subclass of pure substance
(externalImage ElementalSubstance "http://upload.wikimedia.org/wikipedia/ commons/ 8/ 84/ Periodic_table.svg") pictureList.kif 1745-1745 Elemental substance is a subclass of pure substance

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


(subclass Metal ElementalSubstance) Merge.kif 1136-1136 Metal is a subclass of elemental substance
(subclass Atom ElementalSubstance) Merge.kif 1143-1143 Atom is a subclass of elemental substance
(subclass SubatomicParticle ElementalSubstance) Merge.kif 1168-1168 Subatomic particle is a subclass of elemental substance
(subclass Hydrogen ElementalSubstance) Mid-level-ontology.kif 29950-29950 Hydrogen is a subclass of elemental substance
(subclass Helium ElementalSubstance) Mid-level-ontology.kif 29966-29966 Helium is a subclass of elemental substance
(subclass Lithium ElementalSubstance) Mid-level-ontology.kif 29982-29982 Lithium is a subclass of elemental substance
(subclass Beryllium ElementalSubstance) Mid-level-ontology.kif 29996-29996 Beryllium is a subclass of elemental substance
(subclass Boron ElementalSubstance) Mid-level-ontology.kif 30012-30012 Boron is a subclass of elemental substance
(subclass Carbon ElementalSubstance) Mid-level-ontology.kif 30031-30031 Carbon is a subclass of elemental substance
(subclass Nitrogen ElementalSubstance) Mid-level-ontology.kif 30049-30049 Nitrogen is a subclass of elemental substance
(subclass Oxygen ElementalSubstance) Mid-level-ontology.kif 30067-30067 Oxygen is a subclass of elemental substance
(subclass Fluorine ElementalSubstance) Mid-level-ontology.kif 30087-30087 Fluorine is a subclass of elemental substance
(subclass Neon ElementalSubstance) Mid-level-ontology.kif 30104-30104 Neon is a subclass of elemental substance
(subclass Sodium ElementalSubstance) Mid-level-ontology.kif 30122-30122 Sodium is a subclass of elemental substance
(subclass Magnesium ElementalSubstance) Mid-level-ontology.kif 30138-30138 Magnesium is a subclass of elemental substance
(subclass Aluminum ElementalSubstance) Mid-level-ontology.kif 30156-30156 Aluminum is a subclass of elemental substance
(subclass Silicon ElementalSubstance) Mid-level-ontology.kif 30174-30174 Silicon is a subclass of elemental substance
(subclass Phosphorus ElementalSubstance) Mid-level-ontology.kif 30191-30191 Phosphorus is a subclass of elemental substance
(subclass Sulphur ElementalSubstance) Mid-level-ontology.kif 30206-30206 Sulphur is a subclass of elemental substance
(subclass Chlorine ElementalSubstance) Mid-level-ontology.kif 30222-30222 Chlorine is a subclass of elemental substance
(subclass Argon ElementalSubstance) Mid-level-ontology.kif 30239-30239 Argon is a subclass of elemental substance
(subclass Potassium ElementalSubstance) Mid-level-ontology.kif 30254-30254 Potassium is a subclass of elemental substance
(subclass Calcium ElementalSubstance) Mid-level-ontology.kif 30270-30270 Calcium is a subclass of elemental substance
(subclass Scandium ElementalSubstance) Mid-level-ontology.kif 30285-30285 Scandium is a subclass of elemental substance
(subclass Titanium ElementalSubstance) Mid-level-ontology.kif 30301-30301 Titanium is a subclass of elemental substance

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(partition PureSubstance CompoundSubstance ElementalSubstance) Merge.kif 1120-1120 Pure substance is exhaustively partitioned into compound substance and elemental substance
(domainSubclass atomicNumber 1 ElementalSubstance) Merge.kif 13947-13947 The number 1 argument of atomic number is a subclass of elemental substance
(domainSubclass molecularRatio 1 ElementalSubstance) Mid-level-ontology.kif 24099-24099 The number 1 argument of molecular ratio is a subclass of elemental substance

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


(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 ElementalSubstance)
        (instance ?SUBSTANCE2 CompoundSubstance))
    (instance ?PROC ChemicalSynthesis))
Merge.kif 12703-12709 If X is a resource for Y, Z is a result of Y, X is an instance of elemental substance, and Z is an instance of compound substance, then Y is an instance of chemical synthesis
(=>
    (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 12723-12732 If All of the following hold: (1) X is an instance of elemental substance (2) Y is an instance of elemental substance (3) equal X and Y (4) Z is an instance of chemical synthesis (5) X is a resource for Z (6) Y is a resource for Z (7) W is a result of Z, then W is an instance of compound substance
(=>
    (and
        (resource ?PROC ?SUBSTANCE1)
        (result ?PROC ?SUBSTANCE2)
        (instance ?SUBSTANCE1 CompoundSubstance)
        (instance ?SUBSTANCE2 ElementalSubstance))
    (instance ?PROC ChemicalDecomposition))
Merge.kif 12739-12745 If X is a resource for Y, Z is a result of Y, X is an instance of compound substance, and Z is an instance of elemental substance, then Y is an instance of chemical decomposition

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 12711-12721 If X is an instance of compound substance, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of elemental substance (3) Z is an instance of elemental substance (4) equal Y (5) Z (6) W is an instance of chemical synthesis (7) Y is a resource for W (8) Z is a resource for W (9) X is a result of W


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