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


KB Term:  Term intersection
English Word: 

Sigma KEE - disjoint
disjoint

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


(instance disjoint BinaryPredicate) Merge.kif 385-385
(instance disjoint SymmetricRelation) Merge.kif 386-386
(domain disjoint 1 Class) Merge.kif 387-387
(domain disjoint 2 Class) Merge.kif 388-388
(documentation disjoint EnglishLanguage "Classes are disjoint only if they share no instances, i.e. just in case the result of applying IntersectionFn to them is empty.") Merge.kif 389-391

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


(relatedInternalConcept disjointRelation disjoint) Merge.kif 406-406
(relatedInternalConcept disjointDecomposition disjoint) Merge.kif 561-561
(termFormat EnglishLanguage disjoint "disjoint") domainEnglishFormat.kif 19848-19848
(termFormat ChineseTraditionalLanguage disjoint "不相交的") domainEnglishFormat.kif 19849-19849
(termFormat ChineseLanguage disjoint "不相交的") domainEnglishFormat.kif 19850-19850
(format EnglishLanguage disjoint "%1 is %n disjoint from %2") english_format.kif 290-290

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


(=>
    (disjoint ?CLASS1 ?CLASS2)
    (not
        (exists (?INST)
            (and
                (instance ?INST ?CLASS1)
                (instance ?INST ?CLASS2)))))
Merge.kif 393-399
(=>
    (and
        (domain ?REL1 ?NUMBER ?CLASS1)
        (domain ?REL2 ?NUMBER ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 411-416
(=>
    (and
        (domainSubclass ?REL1 ?NUMBER ?CLASS1)
        (domainSubclass ?REL2 ?NUMBER ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 418-423
(=>
    (and
        (range ?REL1 ?CLASS1)
        (range ?REL2 ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 425-430
(=>
    (and
        (rangeSubclass ?REL1 ?CLASS1)
        (rangeSubclass ?REL2 ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 432-437

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


(=>
    (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

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


(disjoint CorpuscularObject Substance) Merge.kif 1300-1300
(disjoint Collection SelfConnectedObject) Merge.kif 1337-1337
(disjoint LinguisticExpression Icon) Merge.kif 1487-1487
(disjoint ComplexNumber RealNumber) Merge.kif 2119-2119
(disjoint SymmetricRelation AntisymmetricRelation) Merge.kif 2371-2371
(disjoint TransitiveRelation IntransitiveRelation) Merge.kif 2444-2444
(disjoint ObjectAttitude PropositionalAttitude) Merge.kif 2819-2819
(disjoint SolidAngleMeasure PlaneAngleMeasure) Merge.kif 6448-6448
(disjoint Morning Afternoon) Merge.kif 8993-8993
(disjoint Afternoon Evening) Merge.kif 8994-8994
(disjoint Morning Evening) Merge.kif 8995-8995
(disjoint DayTime NightTime) Merge.kif 9062-9062
(disjoint AutonomicProcess IntentionalProcess) Merge.kif 10390-10390
(disjoint OrganOrTissueProcess OrganismProcess) Merge.kif 10396-10396
(disjoint SexualReproduction AsexualReproduction) Merge.kif 10578-10578
(disjoint PathologicProcess PhysiologicProcess) Merge.kif 10632-10632
(disjoint NaturalProcess IntentionalProcess) Merge.kif 10729-10729
(disjoint LeavingAnOrganization JoiningAnOrganization) Merge.kif 10893-10893
(disjoint Heating Cooling) Merge.kif 11167-11167
(disjoint MotionUpward MotionDownward) Merge.kif 11312-11312
(disjoint GeologicalProcess IntentionalProcess) Merge.kif 11443-11443
(disjoint WeatherProcess IntentionalProcess) Merge.kif 11450-11450
(disjoint Uncovering Covering) Merge.kif 11670-11670
(disjoint Damaging Repairing) Merge.kif 12557-12557
(disjoint Attaching Detaching) Merge.kif 12634-12634

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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