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 209-217 | |
(domain domain 1 Relation) | Merge.kif 206-206 | The number 1 argument of domain is an instance of relation |
(domain domain 2 PositiveInteger) | Merge.kif 207-207 | The number 2 argument of domain is an instance of positive integer |
(domain domain 3 Class) | Merge.kif 208-208 | The number 3 argument of domain is an instance of class |
(instance domain TernaryPredicate) | Merge.kif 205-205 | domain is an instance of ternary predicate |
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 20103-20103 | |
(termFormat ChineseLanguage domain "定义域") | chinese_format.kif 292-292 | |
(termFormat ChineseTraditionalLanguage domain "域") | domainEnglishFormat.kif 20102-20102 | |
(termFormat EnglishLanguage domain "domain") | domainEnglishFormat.kif 20101-20101 |
antecedent |
![]() |
(=> (and (applicableRelation ?O ?R) (instance ?O ?OC) (domain ?R 1 ?DC)) (or (equal ?OC ?DC) (subclass ?OC ?DC))) |
Mid-level-ontology.kif 30754-30761 |
|
(=> (and (domain ?REL ?NUMBER ?CLASS) (instance ?REL Predicate) (?REL @ROW)) (instance (ListOrderFn (ListFn @ROW) ?NUMBER) ?CLASS)) |
Merge.kif 2926-2931 |
|
(=> (and (domain ?REL ?NUMBER ?CLASS1) (domain ?REL ?NUMBER ?CLASS2)) (or (subclass ?CLASS1 ?CLASS2) (subclass ?CLASS2 ?CLASS1))) |
Merge.kif 219-225 |
|
(=> (and (domain ?REL1 ?NUMBER ?CLASS1) (domain ?REL2 ?NUMBER ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 417-422 |
|
(=> (and (instance ?REL EconomicRelation) (domain ?REL 1 ?CLASS)) (subclass ?CLASS GeopoliticalArea)) |
Mid-level-ontology.kif 16324-16328 |
|
(=> (and (subrelation ?PRED1 ?PRED2) (domain ?PRED2 ?NUMBER ?CLASS1)) (domain ?PRED1 ?NUMBER ?CLASS1)) |
Merge.kif 184-188 |
|
consequent |
![]() |
appearance as argument number 0 |
![]() |
(domain ABPFn 1 Collection) | UXExperimentalTerms.kif 3435-3435 | The number 1 argument of average buying price is an instance of collection |
(domain ASPFn 1 Collection) | UXExperimentalTerms.kif 3478-3478 | The number 1 argument of average buying price is an instance of collection |
(domain AbortedFn 1 Agent) | MilitaryProcesses.kif 2410-2410 | The number 1 argument of aborted is an instance of agent |
(domain AbortedFn 2 Process) | MilitaryProcesses.kif 2411-2411 | The number 2 argument of aborted is an instance of process |
(domain AbortedLaunchFn 2 TakingOff) | MilitaryProcesses.kif 2476-2476 | The number 2 argument of aborted launch is an instance of taking off |
(domain AbortedMissionFn 2 MilitaryOperation) | MilitaryProcesses.kif 2430-2430 | The number 2 argument of aborted mission is an instance of military operation |
(domain AbsoluteValueFn 1 RealNumber) | Merge.kif 4666-4666 | The number 1 argument of absolute value is an instance of real number |
(domain AccelerationFn 1 FunctionQuantity) | Cars.kif 1274-1274 | The number 1 argument of AccelerationFn is an instance of function quantity |
(domain AccelerationFn 2 TimeDuration) | Cars.kif 1275-1275 | The number 2 argument of AccelerationFn is an instance of time duration |
(domain AccelerationFn 3 Object) | Cars.kif 1276-1276 | The number 3 argument of AccelerationFn is an instance of object |
(domain AccelerationFn 4 DirectionalAttribute) | Cars.kif 1277-1277 | The number 4 argument of AccelerationFn is an instance of directional attribute |
(domain AdditionFn 1 RealNumber) | Merge.kif 4616-4616 | The number 1 argument of addition is an instance of real number |
(domain AdditionFn 2 RealNumber) | Merge.kif 4617-4617 | The number 2 argument of addition is an instance of real number |
(domain AddressFn 1 ComputerFile) | QoSontology.kif 221-221 | The number 1 argument of address is an instance of computer file |
(domain AfternoonFn 1 Day) | Merge.kif 8736-8736 | The number 1 argument of AfternoonFn is an instance of day |
(domain AgreementOrganizationFn 1 Agreement) | Geography.kif 2978-2978 | The number 1 argument of agreement organization is an instance of agreement |
(domain AlbumCopiesFn 1 Album) | Music.kif 927-927 | The number 1 argument of album copies function is an instance of album |
(domain AmountsFn 2 CorpuscularObject) | Merge.kif 7482-7482 | The number 2 argument of AmountsFn is an instance of corpuscular object |
(domain AmountsFn 3 UnitOfMass) | Merge.kif 7483-7483 | The number 3 argument of AmountsFn is an instance of UnitOfMass |
(domain ArcCosineFn 1 RealNumber) | Merge.kif 5159-5159 | The number 1 argument of arccosine is an instance of real number |
(domain ArcSineFn 1 RealNumber) | Merge.kif 5169-5169 | The number 1 argument of arcsine is an instance of real number |
(domain ArcTangentFn 1 RealNumber) | Merge.kif 5149-5149 | The number 1 argument of arctangent is an instance of real number |
(domain AssignmentFn 1 Function) | Merge.kif 769-769 | The number 1 argument of assignment is an instance of function |
(domain AssignmentFn 2 Entity) | Merge.kif 770-770 | The number 2 argument of assignment is an instance of entity |
(domain AttrFn 2 Attribute) | Merge.kif 1718-1718 | The number 2 argument of attr is an instance of attribute |
Display limited to 25 items. Show next 25 | ||
Display limited to 25 items. Show next 25 |
![]() |
![]() |