appearance as argument number 1 |
(documentation Molecule ChineseLanguage "分子是 CompoundSubstance在能保留该物质所有的物理和 化学性质下最小的物质单位,例如:Ne、 H2和H2O等。分子是由两个或以上的 Atom 以化学键联系的。") | chinese_format.kif 3577-3578 | |
(documentation Molecule EnglishLanguage "A molecule is the smallest unit of matter of a CompoundSubstance that retains all the physical and chemical properties of that substance, e.g., Ne, H2, H2O. A molecule is two or more Atoms linked by a chemical bond.") | Merge.kif 15711-15714 | |
(externalImage Molecule "http://upload.wikimedia.org/wikipedia/commons/a/ a4/ Atisane3.png") | pictureList.kif 6707-6707 | |
(subclass Molecule CompoundSubstance) | Merge.kif 15710-15710 | Molecule is a subclass of compound substance |
appearance as argument number 2 |
appearance as argument number 3 |
(domain geneticSubstrateOfVirus 2 Molecule) | VirusProteinAndCellPart.kif 36-36 | The number 2 argument of genetic substrate of virus is an instance of molecule |
(domain hasMolecularStructuralAttribute 1 Molecule) | VirusProteinAndCellPart.kif 164-164 | The number 1 argument of has molecular structural attribute is an instance of molecule |
antecedent |
consequent |
(=> (electronNumber ?SUBSTANCE ?NUMBER) (=> (exists (?ATOM) (and (part ?ATOM ?SUBSTANCE) (or (instance ?ATOM Atom) (instance ?ATOM Molecule)))) (exists (?ELECTRON) (equal ?NUMBER (CardinalityFn (KappaFn ?ELECTRON (and (part ?ELECTRON ?ATOM) (instance ?ELECTRON Electron)))))))) |
Mid-level-ontology.kif 21971-21986 |
|
(=> (instance ?A FreeAtom) (not (exists (?M) (and (instance ?M Molecule) (part ?A ?M))))) |
Mid-level-ontology.kif 21930-21936 |
|
(=> (instance ?G AtomicGroup) (exists (?M) (and (instance ?M Molecule) (part ?G ?M)))) |
Mid-level-ontology.kif 22027-22032 |
|
(=> (protonNumber ?SUBSTANCE ?NUMBER) (=> (exists (?ATOM) (and (part ?ATOM ?SUBSTANCE) (or (instance ?ATOM Atom) (instance ?ATOM Molecule)))) (exists (?PROTON) (equal ?NUMBER (CardinalityFn (KappaFn ?PROTON (and (part ?PROTON ?ATOM) (instance ?PROTON Proton)))))))) |
Mid-level-ontology.kif 21946-21961 |
|