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

Formal Language: 



KB Term:  Term intersection
English Word: 

  hindersSubclass

Sigma KEE - hindersSubclass
hindersSubclass

appearance as argument number 1
-------------------------


(documentation hindersSubclass ChineseLanguage "这是一个十分概括的 Predicate, (hindersSubclass ?PROC1 ?PROC2)的意思是 Process 类 ?PROC1 hindersSubclass 或是阻碍 Process 类 ?PROC2 发生。例如:阻挡一个物体 hindersSubclass 移动它。注:这是 Process 类别之间 的关系,而不是 Process 的实例之间的关系。 ") chinese_format.kif 2139-2142
(documentation hindersSubclass EnglishLanguage "A very general Predicate. (hindersSubclass ?PROC1 ?PROC2) means that the Process ?PROC1 hindersSubclass or hinders the occurrence of the Process ?PROC2. For example, obstructing an object hindersSubclass moving it. Note that this is a relation between types of Processes, not between instances.") Merge.kif 4312-4317
(documentation hindersSubclass JapaneseLanguage "非常に一般的なPredicate。 (hindersSubclass ?PROC1 ?PROC2) とは、PProcess ?PROC がサブクラスを妨げるか、Process ?PROC2の発生を妨げることを意味する。 例:オブジェクトを妨害すると、サブクラスの移動が妨げらる。 注:これは、インスタンス間ではなく、Process のタイプ間の関係である。") japanese_format.kif 795-798
(domainSubclass hindersSubclass 1 Process) Merge.kif 4309-4309
(domainSubclass hindersSubclass 2 Process) Merge.kif 4310-4310
(instance hindersSubclass BinaryPredicate) Merge.kif 4306-4306
(instance hindersSubclass IrreflexiveRelation) Merge.kif 4307-4307
(instance hindersSubclass PartialValuedRelation) Merge.kif 4308-4308

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


(format ChineseLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") domainEnglishFormat.kif 3634-3634
(format ChineseTraditionalLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") domainEnglishFormat.kif 3633-3633
(format EnglishLanguage hindersSubclass "instances of %1 hinder instances of %2") domainEnglishFormat.kif 3632-3632
(relatedInternalConcept hinders hindersSubclass) Merge.kif 4393-4393
(relatedInternalConcept preventsSubclass hindersSubclass) Merge.kif 4339-4339
(termFormat EnglishLanguage hindersSubclass "hinders subclass") domainEnglishFormat.kif 65852-65852

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


(=>
    (hindersSubclass ?PROC1 ?PROC2)
    (forall (?TIME ?PLACE)
        (decreasesLikelihood
            (holdsDuring ?TIME
                (exists (?INST1)
                    (and
                        (instance ?INST1 ?PROC1)
                        (eventLocated ?INST1 ?PLACE))))
            (holdsDuring ?TIME
                (exists (?INST2)
                    (and
                        (instance ?INST2 ?PROC2)
                        (eventLocated ?INST2 ?PLACE)))))))
Merge.kif 4319-4332


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