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

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


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

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