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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AtomicGroup

Sigma KEE - AtomicGroup
AtomicGroup(原子團)

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


(documentation AtomicGroup EnglishLanguage "Two or more Atoms that are bound together and comprise part of a Molecule.") Mid-level-ontology.kif 21730-21731
(subclass AtomicGroup CompoundSubstance) Mid-level-ontology.kif 21729-21729 子類 原子團 and CompoundSubstance

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


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

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 21733-21741
(=>
    (instance ?G AtomicGroup)
    (exists (?M)
        (and
            (instance ?M Molecule)
            (part ?G ?M))))
Mid-level-ontology.kif 21743-21748


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 is open source software produced by Articulate Software and its partners