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 173-178 | |
(domain subrelation 1 Relation) | Merge.kif 171-171 | |
(domain subrelation 2 Relation) | Merge.kif 172-172 | |
(instance subrelation BinaryPredicate) | Merge.kif 169-169 | |
(instance subrelation PartialOrderingRelation) | Merge.kif 170-170 |
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 55769-55769 | |
(termFormat EnglishLanguage subrelation "subrelation") | domainEnglishFormat.kif 55768-55768 |
antecedent |
![]() |
(<=> (subrelation ?PRED involvedInEvent) (instance ?PRED CaseRole)) |
Media.kif 119-121 | |
(=> (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 23196-23200 | |
(=> (and (subrelation ?PRED1 ?PRED2) (domain ?PRED2 ?NUMBER ?CLASS1)) (domain ?PRED1 ?NUMBER ?CLASS1)) |
Merge.kif 186-190 | |
(=> (and (subrelation ?PRED1 ?PRED2) (instance ?PRED2 ?CLASS) (subclass ?CLASS InheritableRelation)) (instance ?PRED1 ?CLASS)) |
Merge.kif 200-205 | |
(=> (and (subrelation ?PRED1 ?PRED2) (valence ?PRED1 ?NUMBER)) (valence ?PRED2 ?NUMBER)) |
Merge.kif 180-184 | |
(=> (and (subrelation ?REL1 ?REL2) (domainSubclass ?REL2 ?NUMBER ?CLASS1)) (domainSubclass ?REL1 ?NUMBER ?CLASS1)) |
Merge.kif 238-242 | |
(=> (and (subrelation ?REL1 ?REL2) (instance ?REL1 Predicate) (instance ?REL2 Predicate) (?REL1 @ROW)) (?REL2 @ROW)) |
Merge.kif 192-198 | |
(=> (and (subrelation ?REL1 ?REL2) (range ?REL2 ?CLASS1)) (range ?REL1 ?CLASS1)) |
Merge.kif 318-322 | |
(=> (and (subrelation ?REL1 ?REL2) (rangeSubclass ?REL2 ?CLASS1)) (rangeSubclass ?REL1 ?CLASS1)) |
Merge.kif 345-349 |
consequent |
![]() |
(=> (instance ?R CaseRole) (subrelation ?R involvedInEvent)) |
Merge.kif 2404-2406 |
appearance as argument number 0 |
![]() |
![]() |
![]() |