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 7430-7432
(domain conjugate 1 CompoundSubstance) Mid-level-ontology.kif 7428-7428 The number 1 argument of conjugate is an instance of compound substance
(domain conjugate 2 CompoundSubstance) Mid-level-ontology.kif 7429-7429 The number 2 argument of conjugate is an instance of compound substance
(instance conjugate BinaryPredicate) Mid-level-ontology.kif 7423-7423 conjugate is an instance of binary predicate
(instance conjugate IrreflexiveRelation) Mid-level-ontology.kif 7424-7424 conjugate is an instance of irreflexive relation
(instance conjugate PartialValuedRelation) Mid-level-ontology.kif 7427-7427 conjugate is an instance of partial valued relation
(instance conjugate SymmetricRelation) Mid-level-ontology.kif 7425-7425 conjugate is an instance of symmetric relation
(instance conjugate TransitiveRelation) Mid-level-ontology.kif 7426-7426 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 16634-16634
(termFormat ChineseTraditionalLanguage conjugate "共軛") domainEnglishFormat.kif 16633-16633
(termFormat EnglishLanguage conjugate "conjugate") domainEnglishFormat.kif 16632-16632

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 7434-7442


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