domainSubclass |
appearance as argument number 1 |
![]() |
(documentation domainSubclass ChineseLanguage "这个 Predicate 是用来指定 Predicates 参数 类型的限制。 公式(domainSubclass ?REL ?INT ?CLASS) 的意思是在?REL关系中,每个元组的第?INT个元素, 必须是?CLASS种的一个子类别。") | chinese_format.kif 1387-1389 | |
(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 231-234 | |
(domain domainSubclass 1 Relation) | Merge.kif 228-228 | |
(domain domainSubclass 2 PositiveInteger) | Merge.kif 229-229 | |
(domain domainSubclass 3 Class) | Merge.kif 230-230 | |
(instance domainSubclass TernaryPredicate) | Merge.kif 227-227 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage domainSubclass "%1 的 %2 数量 %n 是 %3 的 subclass") | chinese_format.kif 293-293 | |
(format EnglishLanguage domainSubclass "the number %2 argument of %1 is %n a subclass of %3") | english_format.kif 298-298 | |
(termFormat ChineseLanguage domainSubclass "域子类") | domainEnglishFormat.kif 20109-20109 | |
(termFormat ChineseLanguage domainSubclass "子类别的定义域") | chinese_format.kif 294-294 | |
(termFormat ChineseTraditionalLanguage domainSubclass "域子類") | domainEnglishFormat.kif 20108-20108 | |
(termFormat EnglishLanguage domainSubclass "domain subclass") | domainEnglishFormat.kif 20107-20107 |
antecedent |
![]() |
(=> (and (domainSubclass ?REL ?NUMBER ?CLASS) (instance ?REL Predicate) (?REL @ROW)) (subclass (ListOrderFn (ListFn @ROW) ?NUMBER) ?CLASS)) |
Merge.kif 2939-2944 | |
(=> (and (domainSubclass ?REL ?NUMBER ?CLASS1) (domainSubclass ?REL ?NUMBER ?CLASS2)) (or (subclass ?CLASS1 ?CLASS2) (subclass ?CLASS2 ?CLASS1))) |
Merge.kif 242-248 | |
(=> (and (domainSubclass ?REL1 ?NUMBER ?CLASS1) (domainSubclass ?REL2 ?NUMBER ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 424-429 | |
(=> (and (subrelation ?REL1 ?REL2) (domainSubclass ?REL2 ?NUMBER ?CLASS1)) (domainSubclass ?REL1 ?NUMBER ?CLASS1)) |
Merge.kif 236-240 |
consequent |
![]() |
(=> (and (subrelation ?REL1 ?REL2) (domainSubclass ?REL2 ?NUMBER ?CLASS1)) (domainSubclass ?REL1 ?NUMBER ?CLASS1)) |
Merge.kif 236-240 |
appearance as argument number 0 |
![]() |
![]() |
![]() |