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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - causesSubclass
causesSubclass

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


(documentation causesSubclass ChineseLanguage "这是 Process 子类别之间的因果关系, (causesSubclass ?PROCESS1 ?PROCESS2) 的意思是 Process ?PROCESS1 的子类别导致 Process ?PROCESS2 的子类别,例如: (causesSubclass Killing Death)。") chinese_format.kif 2068-2070
(documentation causesSubclass EnglishLanguage "The causation relation between subclasses of Process. (causesSubclass ?PROCESS1 ?PROCESS2) means that the subclass of Process ?PROCESS1 brings about the subclass of Process ?PROCESS2, e.g. (causesSubclass Killing Death).") Merge.kif 3799-3803
(documentation causesSubclass JapaneseLanguage "Process ?PROCESS のサブクラス間の因果関係。 (causesSubclass ?PROCESS1 ?PROCESS2) とは、Process ?PROCESS1 のサブクラスが Process ?PROCESS2 を持ち込むことを意味する。 例:(causesSubclass Killing Death) など。") japanese_format.kif 714-716
(domainSubclass causesSubclass 1 Process) Merge.kif 3796-3796 The number 1 argument of causes subclass is a subclass of process
(domainSubclass causesSubclass 2 Process) Merge.kif 3797-3797 The number 2 argument of causes subclass is a subclass of process
(instance causesSubclass AsymmetricRelation) Merge.kif 3795-3795 causes subclass is an instance of asymmetric relation
(instance causesSubclass BinaryPredicate) Merge.kif 3794-3794 causes subclass is an instance of binary predicate

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


(format ChineseLanguage causesSubclass "%2 %n 是 %1 的 causes 子分类") domainEnglishFormat.kif 396-396
(format ChineseTraditionalLanguage causesSubclass "%2 %n 是 %1 的 causes 子分類") domainEnglishFormat.kif 395-395
(format EnglishLanguage causesSubclass "%2 is %n a causes subclass of %1") domainEnglishFormat.kif 394-394
(relatedInternalConcept causes causesSubclass) Merge.kif 3775-3775 causes is internally related to causes subclass
(termFormat ChineseLanguage causesSubclass "导致子类") domainEnglishFormat.kif 13527-13527 causes is internally related to causes subclass
(termFormat ChineseTraditionalLanguage causesSubclass "導致子類") domainEnglishFormat.kif 13526-13526 causes is internally related to causes subclass
(termFormat EnglishLanguage causesSubclass "causes subclass") domainEnglishFormat.kif 13525-13525 causes is internally related to causes subclass

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


(=>
    (causesSubclass ?PROC1 ?PROC2)
    (exists (?INST1 ?INST2)
        (and
            (instance ?INST2 ?PROC2)
            (instance ?INST1 ?PROC1)
            (causes ?INST1 ?INST2))))
Merge.kif 3805-3811

appearance as argument number 0
-------------------------


(causesSubclass AcidRainfall Acidification) Geography.kif 2525-2525 Acidifying is a causes subclass of acid rainfall
(causesSubclass AirPollution AcidRainfall) Geography.kif 2524-2524 Acid rainfall is a causes subclass of air pollution
(causesSubclass SoilErosion Siltation) Geography.kif 2938-2938 Siltation is a causes subclass of soil erosion


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



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