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



KB Term:  Term intersection
English Word: 

  AtomicGroup

Sigma KEE - AtomicGroup
AtomicGroup(atomic group)

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


(subclass AtomicGroup CompoundSubstance) Mid-level-ontology.kif 24023-24023 Atomic group is a subclass of compound substance
(documentation AtomicGroup EnglishLanguage "Two or more Atoms that are bound together and comprise part of a Molecule.") Mid-level-ontology.kif 24024-24025 Atomic group is a subclass of compound substance

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


(termFormat EnglishLanguage AtomicGroup "atomic group") domainEnglishFormat.kif 8938-8938
(termFormat ChineseTraditionalLanguage AtomicGroup "原子團") domainEnglishFormat.kif 8939-8939
(termFormat ChineseLanguage AtomicGroup "原子团") domainEnglishFormat.kif 8940-8940

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


(=>
    (instance ?G AtomicGroup)
    (exists (?ATOM1 ?ATOM2)
        (and
            (instance ?ATOM1 Atom)
            (instance ?ATOM2 Atom)
            (not
                (equal ?ATOM1 ?ATOM2))
            (part ?ATOM1 ?G)
            (part ?ATOM2 ?G))))
Mid-level-ontology.kif 24027-24035 If X is an instance of atomic group, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of atom (3) Z is an instance of atom (4) equal Y (5) Z (6) Y is a part of X (7) Z is a part of X
(=>
    (instance ?G AtomicGroup)
    (exists (?M)
        (and
            (instance ?M Molecule)
            (part ?G ?M))))
Mid-level-ontology.kif 24037-24042 If X is an instance of atomic group, then there exists Y such that Y is an instance of molecule and X is a part of Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners