domain |
appearance as argument number 1 |
![]() |
(documentation domain ChineseLanguage "为声明某种特定关系参数的类型, 提供一个便利计算机和应用启发 式运算的机制。公式(domain ?REL ?INT ?CLASS)的意思是在?REL关系中,每个元组的第?INT个元素,必须是 ?CLASS种的一个实例。 指定参数类型对维护知识本体甚有裨益。 表示知识的系统可以使用这些规范来把术语分类, 并检查系统的完整性约束有否受到破坏。如果出现某个Relation参数类型的限制,还没有在知识本体内现有 SetOrClass 定义所描述时,可以使用 UnionFn 和 IntersectionFn 等这些功能,来逐一指定该 SetOrClass 的限制。") | chinese_format.kif 1380-1385 | |
(documentation domain EnglishLanguage "Provides a computationally and heuristically convenient mechanism for declaring the argument types of a given relation. The formula (domain ?REL ?INT ?CLASS) means that the ?INT'th element of each tuple in the relation ?REL must be an instance of ?CLASS. Specifying argument types is very helpful in maintaining ontologies. Representation systems can use these specifications to classify terms and check integrity constraints. If the restriction on the argument type of a Relation is not captured by a Class already defined in the ontology, one can specify a Class compositionally with the functions UnionFn, IntersectionFn, etc.") | Merge.kif 211-219 | |
(domain domain 1 Relation) | Merge.kif 208-208 | 定义域 的 1 数量 是 关系 的 instance |
(domain domain 2 PositiveInteger) | Merge.kif 209-209 | 定义域 的 2 数量 是 正整数 的 instance |
(domain domain 3 Class) | Merge.kif 210-210 | 定义域 的 3 数量 是 类 的 instance |
(instance domain TernaryPredicate) | Merge.kif 207-207 | 定义域 是 三元谓语 的 instance |
appearance as argument number 2 |
![]() |
(format ChineseLanguage domain "%1 的 %2 数量 %n 是 %3 的 instance") | chinese_format.kif 291-291 | |
(format EnglishLanguage domain "the number %2 argument of %1 is %n an instance of %3") | english_format.kif 296-296 | |
(termFormat ChineseLanguage domain "域") | domainEnglishFormat.kif 20098-20098 | |
(termFormat ChineseLanguage domain "定义域") | chinese_format.kif 292-292 | |
(termFormat ChineseTraditionalLanguage domain "域") | domainEnglishFormat.kif 20097-20097 | |
(termFormat EnglishLanguage domain "domain") | domainEnglishFormat.kif 20096-20096 |
antecedent |
![]() |
(=> (and (applicableRelation ?O ?R) (instance ?O ?OC) (domain ?R 1 ?DC)) (or (equal ?OC ?DC) (subclass ?OC ?DC))) |
Mid-level-ontology.kif 31296-31303 | |
(=> (and (domain ?REL ?NUMBER ?CLASS) (instance ?REL Predicate) (?REL @ROW)) (instance (ListOrderFn (ListFn @ROW) ?NUMBER) ?CLASS)) |
Merge.kif 2975-2980 | |
(=> (and (domain ?REL ?NUMBER ?CLASS1) (domain ?REL ?NUMBER ?CLASS2)) (or (subclass ?CLASS1 ?CLASS2) (subclass ?CLASS2 ?CLASS1))) |
Merge.kif 221-227 | |
(=> (and (domain ?REL1 ?NUMBER ?CLASS1) (domain ?REL2 ?NUMBER ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 419-424 | |
(=> (and (instance ?REL EconomicRelation) (domain ?REL 1 ?CLASS)) (subclass ?CLASS GeopoliticalArea)) |
Mid-level-ontology.kif 16748-16752 | |
(=> (and (subrelation ?PRED1 ?PRED2) (domain ?PRED2 ?NUMBER ?CLASS1)) (domain ?PRED1 ?NUMBER ?CLASS1)) |
Merge.kif 186-190 |
consequent |
![]() |
(=> (and (subrelation ?PRED1 ?PRED2) (domain ?PRED2 ?NUMBER ?CLASS1)) (domain ?PRED1 ?NUMBER ?CLASS1)) |
Merge.kif 186-190 | |
(=> (instance ?FUN OneToOneFunction) (forall (?ARG1 ?ARG2) (=> (exists (?CLASS) (and (domain ?FUN 1 ?CLASS) (instance ?ARG1 ?CLASS) (instance ?ARG2 ?CLASS) (not (equal ?ARG1 ?ARG2)))) (not (equal (AssignmentFn ?FUN ?ARG1) (AssignmentFn ?FUN ?ARG2)))))) |
Merge.kif 3352-3362 | |
(=> (instance ?FUNCTION AssociativeFunction) (forall (?INST1 ?INST2 ?INST3 ?CLASS) (=> (and (domain ?FUNCTION 1 ?CLASS) (instance ?INST1 ?CLASS) (instance ?INST2 ?CLASS) (instance ?INST3 ?CLASS)) (equal (AssignmentFn ?FUNCTION ?INST1 (AssignmentFn ?FUNCTION ?INST2 ?INST3)) (AssignmentFn ?FUNCTION (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?INST3))))) |
Merge.kif 3395-3405 | |
(=> (instance ?FUNCTION CommutativeFunction) (forall (?INST1 ?INST2 ?CLASS) (=> (and (domain ?FUNCTION 1 ?CLASS) (instance ?INST1 ?CLASS) (instance ?INST2 ?CLASS)) (equal (AssignmentFn ?FUNCTION ?INST1 ?INST2) (AssignmentFn ?FUNCTION ?INST2 ?INST1))))) |
Merge.kif 3415-3425 |
appearance as argument number 0 |
![]() |
![]() |
![]() |