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 6491-6493
(domain conjugate 1 CompoundSubstance) Mid-level-ontology.kif 6489-6489 The number 1 argument of conjugate is an instance of compound substance
(domain conjugate 2 CompoundSubstance) Mid-level-ontology.kif 6490-6490 The number 2 argument of conjugate is an instance of compound substance
(instance conjugate BinaryPredicate) Mid-level-ontology.kif 6484-6484 conjugate is an instance of binary predicate
(instance conjugate IrreflexiveRelation) Mid-level-ontology.kif 6485-6485 conjugate is an instance of irreflexive relation
(instance conjugate PartialValuedRelation) Mid-level-ontology.kif 6488-6488 conjugate is an instance of partial valued relation
(instance conjugate SymmetricRelation) Mid-level-ontology.kif 6486-6486 conjugate is an instance of symmetric relation
(instance conjugate TransitiveRelation) Mid-level-ontology.kif 6487-6487 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 16626-16626
(termFormat ChineseTraditionalLanguage conjugate "共軛") domainEnglishFormat.kif 16625-16625
(termFormat EnglishLanguage conjugate "conjugate") domainEnglishFormat.kif 16624-16624

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 6495-6503


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