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


KB Term:  Term intersection
English Word: 

Sigma KEE - subrelation
subrelation

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


(instance subrelation BinaryPredicate) Merge.kif 163-163 subrelation is an instance of binary predicate
(instance subrelation PartialOrderingRelation) Merge.kif 164-164 subrelation is an instance of partial ordering relation
(domain subrelation 1 Relation) Merge.kif 165-165 The number 1 argument of subrelation is an instance of relation
(domain subrelation 2 Relation) Merge.kif 166-166 The number 2 argument of subrelation is an instance of relation
(documentation subrelation EnglishLanguage "(subrelation ?REL1 ?REL2) means that every tuple of ?REL1 is also a tuple of ?REL2. In other words, if the Relation ?REL1 holds for some arguments arg_1, arg_2, ... arg_n, then the Relation ?REL2 holds for the same arguments. A consequence of this is that a Relation and its subrelations must have the same valence.") Merge.kif 167-172 The number 2 argument of subrelation is an instance of relation

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


(termFormat EnglishLanguage subrelation "subrelation") domainEnglishFormat.kif 55783-55783
(termFormat ChineseTraditionalLanguage subrelation "子關係") domainEnglishFormat.kif 55784-55784
(termFormat ChineseLanguage subrelation "子关系") domainEnglishFormat.kif 55785-55785
(format EnglishLanguage subrelation "%1 is %n a subrelation of %2") english_format.kif 326-326

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


(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (valence ?PRED1 ?NUMBER))
    (valence ?PRED2 ?NUMBER))
Merge.kif 174-178 If X is a subrelation of Y and X has Z argument(s), then Y has Z argument(s)
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (domain ?PRED2 ?NUMBER ?CLASS1))
    (domain ?PRED1 ?NUMBER ?CLASS1))
Merge.kif 180-184 If X is a subrelation of Y and the number Z argument of Y is an instance of W, then the number Z argument of X is an instance of W
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (instance ?REL1 Predicate)
        (instance ?REL2 Predicate)
        (?REL1 @ROW))
    (?REL2 @ROW))
Merge.kif 186-192 If X is a subrelation of Y, X is an instance of predicate, Y is an instance of predicate, and X @ROW, then Y @ROW
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (instance ?PRED2 ?CLASS)
        (subclass ?CLASS InheritableRelation))
    (instance ?PRED1 ?CLASS))
Merge.kif 194-199 If X is a subrelation of Y, Y is an instance of Z, and Z is a subclass of inheritable relation, then X is an instance of Z
(=>
    (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
        (subrelation ?REL1 ?REL2)
        (range ?REL2 ?CLASS1))
    (range ?REL1 ?CLASS1))
Merge.kif 312-316 If X is a subrelation of Y and the range of Y is an instance of Z, then the range of X is an instance of Z
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (rangeSubclass ?REL2 ?CLASS1))
    (rangeSubclass ?REL1 ?CLASS1))
Merge.kif 338-342 If X is a subrelation of Y and the values returned by Y are subclasses of Z, then the values returned by X are subclasses of Z
(=>
    (and
        (playsRoleInEvent ?OBJ ?ROLE ?EVENT)
        (subrelation ?ROLE ?ROLE2))
    (playsRoleInEvent ?OBJ ?ROLE2 ?EVENT))
Mid-level-ontology.kif 25624-25628 If X plays role in event Y for Z and Y is a subrelation of W, then X plays role in event W for Z
(=>
    (and
        (instance ?ATT1 Attribute)
        (instance ?ATT2 Attribute)
        (subrelation ?PRED attribute))
    (not
        (and
            (contraryAttributeWRT ?ATT1 ?ATT2 ?PRED)
            (?PRED ?ENTITY ?ATT1)
            (?PRED ?ENTITY ?ATT2))))
ComputerInput.kif 43-52 If X is an instance of attribute, Y is an instance of attribute, and Z is a subrelation of attribute, then At least one of the following holds: (1) ~{ X and Y are mutually exclusive for Z } (2) ~{ Z W and X } (3) ~{ Z W and Y }
(<=>
    (subrelation ?PRED involvedInEvent)
    (instance ?PRED CaseRole))
Media.kif 119-121 X is a subrelation of involved in event if and only if X is an instance of case role

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


(=>
    (instance ?R CaseRole)
    (subrelation ?R involvedInEvent))
Merge.kif 2462-2464 If X is an instance of case role, then X is a subrelation of involved in event

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


(subrelation immediateInstance instance) Merge.kif 89-89 immediate instance is a subrelation of instance
(subrelation synonymousExternalConcept relatedExternalConcept) Merge.kif 628-628 synonymous external concept is a subrelation of related external concept
(subrelation subsumingExternalConcept relatedExternalConcept) Merge.kif 642-642 subsuming external concept is a subrelation of related external concept
(subrelation subsumedExternalConcept relatedExternalConcept) Merge.kif 654-654 subsumed external concept is a subrelation of related external concept
(subrelation properPart part) Merge.kif 936-936 proper part is a subrelation of part
(subrelation piece part) Merge.kif 959-959 piece is a subrelation of part
(subrelation component part) Merge.kif 975-975 component is a subrelation of part
(subrelation properlyFills partiallyFills) Merge.kif 1011-1011 properly fills is a subrelation of partially fills
(subrelation ingredient material) Merge.kif 1243-1243 ingredient is a subrelation of material
(subrelation containsInformation represents) Merge.kif 1391-1391 contains information is a subrelation of represents
(subrelation attribute property) Merge.kif 1753-1753 attribute is a subrelation of property
(subrelation manner property) Merge.kif 1765-1765 manner is a subrelation of property
(subrelation agent involvedInEvent) Merge.kif 2470-2470 agent is a subrelation of involved in event
(subrelation destination involvedInEvent) Merge.kif 2481-2481 destination is a subrelation of involved in event
(subrelation experiencer involvedInEvent) Merge.kif 2495-2495 experiencer is a subrelation of involved in event
(subrelation instrument patient) Merge.kif 2503-2503 instrument is a subrelation of patient
(subrelation origin involvedInEvent) Merge.kif 2519-2519 origin is a subrelation of involved in event
(subrelation patient involvedInEvent) Merge.kif 2532-2532 patient is a subrelation of involved in event
(subrelation resource patient) Merge.kif 2543-2543 resource is a subrelation of patient
(subrelation result patient) Merge.kif 2583-2583 result is a subrelation of patient
(subrelation needs inScopeOfInterest) Merge.kif 2785-2785 needs is a subrelation of in scope of interest
(subrelation wants inScopeOfInterest) Merge.kif 2798-2798 wants is a subrelation of in scope of interest
(subrelation desires inScopeOfInterest) Merge.kif 2821-2821 desires is a subrelation of in scope of interest
(subrelation considers inScopeOfInterest) Merge.kif 2834-2834 considers is a subrelation of in scope of interest
(subrelation believes inScopeOfInterest) Merge.kif 2844-2844 believes is a subrelation of in scope of interest

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