ReflexiveRelation(自反关系) |
appearance as argument number 1 |
![]() |
(documentation ReflexiveRelation ChineseLanguage "Relation ?REL 属于自反关系当且仅当所有 ?INST 都是(?REL ?INST ?INST)。") | chinese_format.kif 1833-1834 | |
(documentation ReflexiveRelation EnglishLanguage "Relation ?REL is reflexive iff (?REL ?INST ?INST) for all ?INST.") | Merge.kif 2181-2182 | |
(subclass ReflexiveRelation BinaryRelation) | Merge.kif 2179-2179 | 自反关系 是 二元关系 的 subclass |
appearance as argument number 2 |
![]() |
(instance connected ReflexiveRelation) | Merge.kif 9399-9399 | 相连 是 自反关系 的 instance |
(instance keyName ReflexiveRelation) | Media.kif 3265-3265 | keyName 是 自反关系 的 instance |
(instance overlapsSpatially ReflexiveRelation) | Merge.kif 9474-9474 | 重叠 是 自反关系 的 instance |
(instance overlapsTemporally ReflexiveRelation) | Merge.kif 8129-8129 | 在时间上重叠 是 自反关系 的 instance |
(instance subGraph ReflexiveRelation) | Merge.kif 5794-5794 | 子图 是 自反关系 的 instance |
(instance subString ReflexiveRelation) | Mid-level-ontology.kif 23739-23739 | subString 是 自反关系 的 instance |
(subclass EquivalenceRelation ReflexiveRelation) | Merge.kif 2334-2334 | 等价关系 是 自反关系 的 subclass |
(subclass PartialOrderingRelation ReflexiveRelation) | Merge.kif 2307-2307 | 偏序关系 是 自反关系 的 subclass |
(termFormat ChineseLanguage ReflexiveRelation "自反关系") | chinese_format.kif 893-893 | |
(termFormat EnglishLanguage ReflexiveRelation "reflexive relation") | english_format.kif 988-988 |
antecedent |
![]() |
(=> (and (instance ?RELATION ReflexiveRelation) (reflexiveOn ?RELATION ?CLASS) (instance ?RELATION Predicate)) (forall (?INST) (=> (instance ?INST ?CLASS) (?RELATION ?INST ?INST)))) |
Merge.kif 3538-3546 |
![]() |
![]() |