subrelation |
appearance as argument number 1 |
![]() |
(documentation subrelation ChineseLanguage "(subrelation ?REL1 ?REL2)的意思是 ?REL1的每个元组也是?REL2的元组。 也就是说,如果 ?REL1的一些参数 arg_1,arg_2,... arg_n 的 Relation 成立的话,那么?REL2的相同参数的 Relation 也同样成立。 因此, 一个 Relation 和它的 subrelation 必须拥有相同的 valence。") | chinese_format.kif 1375-1378 | |
(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 171-176 | |
(domain subrelation 1 Relation) | Merge.kif 169-169 | domain subrelation, 1 and Relation |
(domain subrelation 2 Relation) | Merge.kif 170-170 | domain subrelation, 2 and Relation |
(instance subrelation BinaryPredicate) | Merge.kif 167-167 | instance subrelation and BinaryPredicate |
(instance subrelation PartialOrderingRelation) | Merge.kif 168-168 | instance subrelation and PartialOrderingRelation |
appearance as argument number 2 |
![]() |
(format ChineseLanguage subrelation "%1 %n 是 %2 的 subrelation") | chinese_format.kif 321-321 | |
(format EnglishLanguage subrelation "%1 is %n a subrelation of %2") | english_format.kif 326-326 | |
(termFormat ChineseLanguage subrelation "子关系") | chinese_format.kif 322-322 | |
(termFormat ChineseTraditionalLanguage subrelation "子關係") | domainEnglishFormat.kif 55766-55766 | |
(termFormat EnglishLanguage subrelation "subrelation") | domainEnglishFormat.kif 55765-55765 |
antecedent |
![]() |
(<=> (subrelation ?PRED involvedInEvent) (instance ?PRED CaseRole)) |
Media.kif 119-121 | subrelation Relation and involvedInEvent instance Relation and CaseRole |
(=> (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 |
|
(=> (and (playsRoleInEvent ?OBJ ?ROLE ?EVENT) (subrelation ?ROLE ?ROLE2)) (playsRoleInEvent ?OBJ ?ROLE2 ?EVENT)) |
Mid-level-ontology.kif 22693-22697 | |
(=> (and (subrelation ?PRED1 ?PRED2) (domain ?PRED2 ?NUMBER ?CLASS1)) (domain ?PRED1 ?NUMBER ?CLASS1)) |
Merge.kif 184-188 |
|
(=> (and (subrelation ?PRED1 ?PRED2) (instance ?PRED2 ?CLASS) (subclass ?CLASS InheritableRelation)) (instance ?PRED1 ?CLASS)) |
Merge.kif 198-203 | |
(=> (and (subrelation ?PRED1 ?PRED2) (valence ?PRED1 ?NUMBER)) (valence ?PRED2 ?NUMBER)) |
Merge.kif 178-182 | |
(=> (and (subrelation ?REL1 ?REL2) (domainSubclass ?REL2 ?NUMBER ?CLASS1)) (domainSubclass ?REL1 ?NUMBER ?CLASS1)) |
Merge.kif 236-240 | |
(=> (and (subrelation ?REL1 ?REL2) (instance ?REL1 Predicate) (instance ?REL2 Predicate) (?REL1 @ROW)) (?REL2 @ROW)) |
Merge.kif 190-196 | |
(=> (and (subrelation ?REL1 ?REL2) (range ?REL2 ?CLASS1)) (range ?REL1 ?CLASS1)) |
Merge.kif 316-320 | |
(=> (and (subrelation ?REL1 ?REL2) (rangeSubclass ?REL2 ?CLASS1)) (rangeSubclass ?REL1 ?CLASS1)) |
Merge.kif 343-347 |
|
consequent |
![]() |
(=> (instance ?R CaseRole) (subrelation ?R involvedInEvent)) |
Merge.kif 2373-2375 |
appearance as argument number 0 |
![]() |
![]() |
![]() |