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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AtomicGroup
AtomicGroup(atomic group)

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 22845-22846
(subclass AtomicGroup CompoundSubstance) Mid-level-ontology.kif 22844-22844 Atomic group is a subclass of compound substance

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


(termFormat ChineseLanguage AtomicGroup "原子团") domainEnglishFormat.kif 8947-8947
(termFormat ChineseTraditionalLanguage AtomicGroup "原子團") domainEnglishFormat.kif 8946-8946
(termFormat EnglishLanguage AtomicGroup "atomic group") domainEnglishFormat.kif 8945-8945

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 22848-22856
(=>
    (instance ?G AtomicGroup)
    (exists (?M)
        (and
            (instance ?M Molecule)
            (part ?G ?M))))
Mid-level-ontology.kif 22858-22863


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