Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  ]  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 subclass is an instance of ternary predicate
(domain domainSubclass 1 Relation) Merge.kif 224-224 The number 1 argument of domain subclass is an instance of relation
(domain domainSubclass 2 PositiveInteger) Merge.kif 225-225 The number 2 argument of domain subclass is an instance of positive integer
(domain domainSubclass 3 Class) Merge.kif 226-226 The number 3 argument of domain subclass is an instance of class
(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 The number 3 argument of domain subclass is an instance of class

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 If X is a subrelation of Y and the number Z argument of Y is a subclass of W, then the number Z argument of X is a subclass of W
(=>
    (and
        (domainSubclass ?REL ?NUMBER ?CLASS1)
        (domainSubclass ?REL ?NUMBER ?CLASS2))
    (or
        (subclass ?CLASS1 ?CLASS2)
        (subclass ?CLASS2 ?CLASS1)))
Merge.kif 238-244 If the number X argument of Y is a subclass of Z and the number X argument of Y is a subclass of W, then Z is a subclass of W or W is a subclass of Z
(=>
    (and
        (domainSubclass ?REL1 ?NUMBER ?CLASS1)
        (domainSubclass ?REL2 ?NUMBER ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 419-424 If the number X argument of Y is a subclass of Z, the number X argument of W is a subclass of V, and Z is disjoint from V, then Y and W are disjoint
(=>
    (and
        (domainSubclass ?REL ?NUMBER ?CLASS)
        (instance ?REL Predicate)
        (?REL @ROW))
    (subclass
        (ListOrderFn
            (ListFn @ROW) ?NUMBER) ?CLASS))
Merge.kif 3042-3047 If the number X argument of Y is a subclass of Z, Y is an instance of predicate, and Y @ROW, then V element of (@ROW) is a subclass of Z

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


(=>
    (and
        (subrelation ?REL1 ?REL2)
        (domainSubclass ?REL2 ?NUMBER ?CLASS1))
    (domainSubclass ?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236 If X is a subrelation of Y and the number Z argument of Y is a subclass of W, then the number Z argument of X is a subclass of W

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


(domainSubclass rangeSubclass 2 Class) Merge.kif 328-328 The number 2 argument of range subclass is a subclass of class
(domainSubclass exhaustiveAttribute 1 Attribute) Merge.kif 481-481 The number 1 argument of exhaustive attribute is a subclass of attribute
(domainSubclass material 1 Substance) Merge.kif 988-988 The number 1 argument of material is a subclass of substance
(domainSubclass ingredient 1 Substance) Merge.kif 1248-1248 The number 1 argument of ingredient is a subclass of substance
(domainSubclass ingredient 2 Substance) Merge.kif 1249-1249 The number 2 argument of ingredient is a subclass of substance
(domainSubclass substanceElement 1 CorpuscularObject) Merge.kif 1277-1277 The number 1 argument of substance element is a subclass of corpuscular object
(domainSubclass substanceElement 2 Substance) Merge.kif 1278-1278 The number 2 argument of substance element is a subclass of substance
(domainSubclass AttrFn 1 Object) Merge.kif 1811-1811 The number 1 argument of attr is a subclass of object
(domainSubclass causesSubclass 1 Process) Merge.kif 3840-3840 The number 1 argument of causes subclass is a subclass of process
(domainSubclass causesSubclass 2 Process) Merge.kif 3841-3841 The number 2 argument of causes subclass is a subclass of process
(domainSubclass capability 1 Process) Merge.kif 3939-3939 The number 1 argument of capability is a subclass of process
(domainSubclass hasSkill 1 Process) Merge.kif 4020-4020 The number 1 argument of has skill is a subclass of process
(domainSubclass precondition 1 Process) Merge.kif 4345-4345 The number 1 argument of precondition is a subclass of process
(domainSubclass precondition 2 Process) Merge.kif 4346-4346 The number 2 argument of precondition is a subclass of process
(domainSubclass hindersSubclass 1 Process) Merge.kif 4361-4361 The number 1 argument of hinders subclass is a subclass of process
(domainSubclass hindersSubclass 2 Process) Merge.kif 4362-4362 The number 2 argument of hinders subclass is a subclass of process
(domainSubclass preventsSubclass 1 Process) Merge.kif 4389-4389 The number 1 argument of prevents subclass is a subclass of process
(domainSubclass preventsSubclass 2 Process) Merge.kif 4390-4390 The number 2 argument of prevents subclass is a subclass of process
(domainSubclass prevents 2 Process) Merge.kif 4419-4419 The number 2 argument of prevents is a subclass of process
(domainSubclass hinders 2 Process) Merge.kif 4442-4442 The number 2 argument of hinders is a subclass of process
(domainSubclass equivalentContentClass 1 ContentBearingPhysical) Merge.kif 4545-4545 The number 1 argument of equivalent content class is a subclass of content bearing physical
(domainSubclass equivalentContentClass 2 ContentBearingPhysical) Merge.kif 4546-4546 The number 2 argument of equivalent content class is a subclass of content bearing physical
(domainSubclass subsumesContentClass 1 ContentBearingPhysical) Merge.kif 4571-4571 The number 1 argument of subsumes content class is a subclass of content bearing physical
(domainSubclass subsumesContentClass 2 ContentBearingPhysical) Merge.kif 4572-4572 The number 2 argument of subsumes content class is a subclass of content bearing physical
(domainSubclass GeneralizedUnionFn 1 SetOrClass) Merge.kif 5536-5536 The number 1 argument of generalized union is a subclass of set or class

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 is open source software produced by Articulate Software and its partners