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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - conjugate
conjugate

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


(documentation conjugate EnglishLanguage "(conjugate ?COMPOUND1 ?COMPOUND2) means that ?COMPOUND1 and ?COMPOUND2 are identical CompoundSubstances except that one has one more Proton than the other.") Mid-level-ontology.kif 7046-7048
(domain conjugate 1 CompoundSubstance) Mid-level-ontology.kif 7044-7044 The number 1 argument of conjugate is an instance of compound substance
(domain conjugate 2 CompoundSubstance) Mid-level-ontology.kif 7045-7045 The number 2 argument of conjugate is an instance of compound substance
(instance conjugate BinaryPredicate) Mid-level-ontology.kif 7039-7039 conjugate is an instance of binary predicate
(instance conjugate IrreflexiveRelation) Mid-level-ontology.kif 7040-7040 conjugate is an instance of irreflexive relation
(instance conjugate PartialValuedRelation) Mid-level-ontology.kif 7043-7043 conjugate is an instance of partial valued relation
(instance conjugate SymmetricRelation) Mid-level-ontology.kif 7041-7041 conjugate is an instance of symmetric relation
(instance conjugate TransitiveRelation) Mid-level-ontology.kif 7042-7042 conjugate is an instance of transitive relation

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


(format ChineseLanguage conjugate "%2 %n 是 %1 的 conjugate ") domainEnglishFormat.kif 528-528
(format ChineseTraditionalLanguage conjugate "%2 %n 是 %1 的 conjugate ") domainEnglishFormat.kif 527-527
(format EnglishLanguage conjugate "%2 is %n a conjugate of %1") domainEnglishFormat.kif 526-526
(termFormat ChineseLanguage conjugate "共轭") domainEnglishFormat.kif 16641-16641
(termFormat ChineseTraditionalLanguage conjugate "共軛") domainEnglishFormat.kif 16640-16640
(termFormat EnglishLanguage conjugate "conjugate") domainEnglishFormat.kif 16639-16639

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


(=>
    (conjugate ?COMPOUND1 ?COMPOUND2)
    (exists (?NUMBER1 ?NUMBER2)
        (and
            (protonNumber ?COMPOUND1 ?NUMBER1)
            (protonNumber ?COMPOUND2 ?NUMBER2)
            (or
                (equal ?NUMBER1
                    (AdditionFn ?NUMBER2 1))
                (equal ?NUMBER2
                    (AdditionFn ?NUMBER1 1))))))
Mid-level-ontology.kif 7050-7058


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