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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 22014-22015
(subclass AtomicGroup CompoundSubstance) Mid-level-ontology.kif 22013-22013

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


(termFormat ChineseLanguage AtomicGroup "原子团") domainEnglishFormat.kif 8943-8943
(termFormat ChineseTraditionalLanguage AtomicGroup "原子團") domainEnglishFormat.kif 8942-8942
(termFormat EnglishLanguage AtomicGroup "atomic group") domainEnglishFormat.kif 8941-8941

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 22017-22025
(=>
    (instance ?G AtomicGroup)
    (exists (?M)
        (and
            (instance ?M Molecule)
            (part ?G ?M))))
Mid-level-ontology.kif 22027-22032


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