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


KB Term:  Term intersection
English Word: 

Sigma KEE - domainSubclass
domainSubclass

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


(instance domainSubclass TernaryPredicate) Merge.kif 223-223
(domain domainSubclass 1 Relation) Merge.kif 224-224
(domain domainSubclass 2 PositiveInteger) Merge.kif 225-225
(domain domainSubclass 3 Class) Merge.kif 226-226
(documentation domainSubclass EnglishLanguage "A Predicate that is used to specify argument type restrictions of Predicates. The formula (domainSubclass ?REL ?INT ?CLASS) means that the ?INT'th element of each tuple in the relation ?REL must be a subclass of ?CLASS.") Merge.kif 227-230

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


(termFormat EnglishLanguage domainSubclass "domain subclass") domainEnglishFormat.kif 20118-20118
(termFormat ChineseTraditionalLanguage domainSubclass "域子類") domainEnglishFormat.kif 20119-20119
(termFormat ChineseLanguage domainSubclass "域子类") domainEnglishFormat.kif 20120-20120
(format EnglishLanguage domainSubclass "the number %2 argument of %1 is %n a subclass of %3") english_format.kif 298-298

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


(=>
    (and
        (subrelation ?REL1 ?REL2)
        (domainSubclass ?REL2 ?NUMBER ?CLASS1))
    (domainSubclass ?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236
(=>
    (and
        (domainSubclass ?REL ?NUMBER ?CLASS1)
        (domainSubclass ?REL ?NUMBER ?CLASS2))
    (or
        (subclass ?CLASS1 ?CLASS2)
        (subclass ?CLASS2 ?CLASS1)))
Merge.kif 238-244
(=>
    (and
        (domainSubclass ?REL1 ?NUMBER ?CLASS1)
        (domainSubclass ?REL2 ?NUMBER ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 418-423
(=>
    (and
        (domainSubclass ?REL ?NUMBER ?CLASS)
        (instance ?REL Predicate)
        (?REL @ROW))
    (subclass
        (ListOrderFn
            (ListFn @ROW) ?NUMBER) ?CLASS))
Merge.kif 3116-3121

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


(=>
    (and
        (subrelation ?REL1 ?REL2)
        (domainSubclass ?REL2 ?NUMBER ?CLASS1))
    (domainSubclass ?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236

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


(domainSubclass rangeSubclass 2 Class) Merge.kif 327-327
(domainSubclass exhaustiveAttribute 1 Attribute) Merge.kif 480-480
(domainSubclass material 1 Substance) Merge.kif 987-987
(domainSubclass ingredient 1 Substance) Merge.kif 1286-1286
(domainSubclass ingredient 2 Substance) Merge.kif 1287-1287
(domainSubclass substanceElement 1 CorpuscularObject) Merge.kif 1315-1315
(domainSubclass substanceElement 2 Substance) Merge.kif 1316-1316
(domainSubclass AttrFn 1 Object) Merge.kif 1868-1868
(domainSubclass causesSubclass 1 Process) Merge.kif 3907-3907
(domainSubclass causesSubclass 2 Process) Merge.kif 3908-3908
(domainSubclass capability 1 Process) Merge.kif 4004-4004
(domainSubclass hasSkill 1 Process) Merge.kif 4083-4083
(domainSubclass precondition 1 Process) Merge.kif 4407-4407
(domainSubclass precondition 2 Process) Merge.kif 4408-4408
(domainSubclass hindersSubclass 1 Process) Merge.kif 4423-4423
(domainSubclass hindersSubclass 2 Process) Merge.kif 4424-4424
(domainSubclass preventsSubclass 1 Process) Merge.kif 4451-4451
(domainSubclass preventsSubclass 2 Process) Merge.kif 4452-4452
(domainSubclass prevents 2 Process) Merge.kif 4481-4481
(domainSubclass hinders 2 Process) Merge.kif 4504-4504
(domainSubclass equivalentContentClass 1 ContentBearingPhysical) Merge.kif 4607-4607
(domainSubclass equivalentContentClass 2 ContentBearingPhysical) Merge.kif 4608-4608
(domainSubclass subsumesContentClass 1 ContentBearingPhysical) Merge.kif 4633-4633
(domainSubclass subsumesContentClass 2 ContentBearingPhysical) Merge.kif 4634-4634
(domainSubclass GeneralizedUnionFn 1 SetOrClass) Merge.kif 5607-5607

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