Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  ReflexiveRelation

Sigma KEE - ReflexiveRelation
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 2241-2242
(documentation ReflexiveRelation JapaneseLanguage "Relation ?REL は、すべての ?INST に対し (?REL ?INST ?INST) の場合のみ再帰的である。") japanese_format.kif 453-454
(subclass ReflexiveRelation BinaryRelation) Merge.kif 2239-2239 自反关系二元关系subclass

appearance as argument number 2
-------------------------


(instance connected ReflexiveRelation) Merge.kif 9551-9551 相连自反关系instance
(instance keyName ReflexiveRelation) Media.kif 3259-3259 keyName自反关系instance
(instance overlapsSpatially ReflexiveRelation) Merge.kif 4034-4034 重叠自反关系instance
(instance overlapsTemporally ReflexiveRelation) Merge.kif 8275-8275 在时间上重叠自反关系instance
(instance subGraph ReflexiveRelation) Merge.kif 5891-5891 子图自反关系instance
(instance subString ReflexiveRelation) Mid-level-ontology.kif 24706-24706 subString自反关系instance
(subclass EquivalenceRelation ReflexiveRelation) Merge.kif 2394-2394 等价关系自反关系subclass
(subclass PartialOrderingRelation ReflexiveRelation) Merge.kif 2367-2367 偏序关系自反关系subclass
(termFormat ChineseLanguage ReflexiveRelation "自反关系") chinese_format.kif 893-893 偏序关系自反关系subclass
(termFormat EnglishLanguage ReflexiveRelation "reflexive relation") english_format.kif 988-988 偏序关系自反关系subclass
(termFormat FrenchLanguage ReflexiveRelation "relation r�flexive") french_format.kif 569-569 偏序关系自反关系subclass
(termFormat Hindi ReflexiveRelation "aatmavaachaka sambandha") terms-hindi.txt 99-99 偏序关系自反关系subclass
(termFormat ItalianLanguage ReflexiveRelation "RelazioneRiflessiva") terms-it.txt 102-102 偏序关系自反关系subclass
(termFormat JapaneseLanguage ReflexiveRelation "反射関係") japanese_format.kif 2254-2254 偏序关系自反关系subclass
(termFormat PortugueseLanguage ReflexiveRelation "Relacao Reflexiva") portuguese_format.kif 521-521 偏序关系自反关系subclass
(termFormat cz ReflexiveRelation "reflexive relation") terms-cz.txt 136-136 偏序关系自反关系subclass
(termFormat ro ReflexiveRelation "relaþie reflexivã") relations-ro.kif 590-590 偏序关系自反关系subclass
(termFormat tg ReflexiveRelation "") terms-tg.txt 103-103 偏序关系自反关系subclass

antecedent
-------------------------


(=>
    (and
        (instance ?RELATION ReflexiveRelation)
        (reflexiveOn ?RELATION ?CLASS)
        (instance ?RELATION Predicate))
    (forall (?INST)
        (=>
            (instance ?INST ?CLASS)
            (?RELATION ?INST ?INST))))
Merge.kif 3611-3619


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners