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


KB Term:  Term intersection
English Word: 

Sigma KEE - disjointDecomposition
disjointDecomposition

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


(instance disjointDecomposition Predicate) Merge.kif 556-556
(instance disjointDecomposition VariableArityRelation) Merge.kif 557-557
(domain disjointDecomposition 1 Class) Merge.kif 558-558
(domain disjointDecomposition 2 Class) Merge.kif 559-559
(relatedInternalConcept disjointDecomposition exhaustiveDecomposition) Merge.kif 560-560
(relatedInternalConcept disjointDecomposition disjoint) Merge.kif 561-561
(documentation disjointDecomposition EnglishLanguage "A disjointDecomposition of a Class C is a set of subclasses of C that are mutually disjoint.") Merge.kif 563-564

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


(termFormat EnglishLanguage disjointDecomposition "disjoint decomposition") domainEnglishFormat.kif 19854-19854
(termFormat ChineseTraditionalLanguage disjointDecomposition "不相交分解") domainEnglishFormat.kif 19855-19855
(termFormat ChineseLanguage disjointDecomposition "不相交分解") domainEnglishFormat.kif 19856-19856
(format EnglishLanguage disjointDecomposition "%1 is %n disjointly decomposed into %*{2-}[,]") english_format.kif 292-292

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


(=>
    (disjointDecomposition @ROW)
    (=>
        (inList ?ELEMENT
            (ListFn @ROW))
        (instance ?ELEMENT Class)))
Merge.kif 566-570
(=>
    (and
        (exhaustiveDecomposition @ROW)
        (disjointDecomposition @ROW))
    (partition @ROW))
Merge.kif 588-592
(=>
    (disjointDecomposition ?CLASS @ROW)
    (forall (?ITEM)
        (=>
            (inList ?ITEM
                (ListFn @ROW))
            (subclass ?ITEM ?CLASS))))
Merge.kif 3061-3066
(=>
    (disjointDecomposition ?CLASS @ROW)
    (forall (?ITEM1 ?ITEM2)
        (=>
            (and
                (inList ?ITEM1
                    (ListFn @ROW))
                (inList ?ITEM2
                    (ListFn @ROW))
                (not
                    (equal ?ITEM1 ?ITEM2)))
            (disjoint ?ITEM1 ?ITEM2))))
Merge.kif 3068-3077
(=>
    (disjointDecomposition ?CLASS ?ROW1 ?ROW2 ?ROW3)
    (and
        (disjoint ?ROW1 ?ROW2)
        (disjoint ?ROW2 ?ROW3)
        (disjoint ?ROW3 ?ROW1)))
Merge.kif 3079-3084

consequent
-------------------------


(=>
    (partition @ROW)
    (and
        (exhaustiveDecomposition @ROW)
        (disjointDecomposition @ROW)))
Merge.kif 582-586

appearance as argument number 0
-------------------------


(disjointDecomposition Language AnimalLanguage HumanLanguage ComputerLanguage) Merge.kif 1495-1495
(disjointDecomposition Abstract Quantity Attribute Relation Proposition List) Merge.kif 1763-1763
(disjointDecomposition Relation BinaryRelation TernaryRelation QuaternaryRelation QuintaryRelation VariableArityRelation) Merge.kif 2270-2271
(disjointDecomposition NonFloweringPlant Alga Fern Moss) Merge.kif 14722-14722
(disjointDecomposition Invertebrate Worm Mollusk Arthropod) Merge.kif 14816-14816
(disjointDecomposition Arthropod Arachnid Myriapod Insect Crustacean) Merge.kif 14837-14837
(disjointDecomposition ColdBloodedVertebrate Amphibian Fish Reptile) Merge.kif 14859-14859
(disjointDecomposition Mammal AquaticMammal HoofedMammal Marsupial Rodent Primate) Merge.kif 14893-14893
(disjointDecomposition Primate Ape Monkey Hominid) Merge.kif 14939-14939
(disjointDecomposition Nutrient Protein Carbohydrate Vitamin) Merge.kif 14994-14994
(disjointDecomposition Tissue ConnectiveTissue MuscleTissue NervousTissue EpithelialTissue) Merge.kif 15421-15421
(disjointDecomposition Phrase VerbPhrase NounPhrase PrepositionalPhrase) Merge.kif 15594-15594
(disjointDecomposition Residence PermanentResidence TemporaryResidence) Merge.kif 16079-16079
(disjointDecomposition Expressing ExpressingApproval ExpressingDisapproval) Mid-level-ontology.kif 14558-14558
(disjointDecomposition Sentence Statement Supposition Question Request Order) Mid-level-ontology.kif 15835-15835
(disjointDecomposition GameArtifact GameBoard GamePiece) Mid-level-ontology.kif 18595-18595
(disjointDecomposition PowerGeneration FossilFuelPowerGeneration HydroElectricPowerGeneration NuclearPowerGeneration OtherSourcePowerGeneration) Economy.kif 2322-2322
(disjointDecomposition NSAID Aspirin Ibuprofen Acetaminophen) Medicine.kif 3535-3535
(disjointDecomposition EnlistedSoldierRank PrivateRank NonCommissionedOfficerRank) Military.kif 544-544
(disjointDecomposition CommissionedOfficerRank FlagOfficerRank FieldGradeOfficerRank CompanyGradeRank) Military.kif 558-559
(disjointDecomposition NonCommissionedOfficerRank JuniorNCORank SeniorNCORank) Military.kif 581-581
(disjointDecomposition LAN BusNetwork StarNetwork RingNetwork) QoSontology.kif 32-32
(disjointDecomposition DifferentialEquation FirstOrderDifferentialEquation HigherOrderDifferentialEquation) engineering.kif 187-187
(disjointDecomposition DifferentialEquation OrdinaryDifferentialEquation PartialDifferentialEquation) engineering.kif 197-197


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners