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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - subrelation
subrelation

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


(documentation subrelation ChineseLanguage "(subrelation ?REL1 ?REL2)的意思是 ?REL1的每个元组也是?REL2的元组。 也就是说,如果 ?REL1的一些参数 arg_1,arg_2,... arg_n 的 Relation 成立的话,那么?REL2的相同参数的 Relation 也同样成立。 因此, 一个 Relation 和它的 subrelation 必须拥有相同的 valence。") chinese_format.kif 1375-1378
(documentation subrelation EnglishLanguage "(subrelation ?REL1 ?REL2) means that every tuple of ?REL1 is also a tuple of ?REL2. In other words, if the Relation ?REL1 holds for some arguments arg_1, arg_2, ... arg_n, then the Relation ?REL2 holds for the same arguments. A consequence of this is that a Relation and its subrelations must have the same valence.") Merge.kif 167-172
(documentation subrelation JapaneseLanguage "(subrelation ?REL1 ?REL2) とは、?REL1 の すべてのタプルは ?REL2 のタプルでもある、という意味である。 言い換えれば、Relation ?REL1 は いくつかの引数 arg_1、 arg_2 ... arg_n、 に対して保持される。 そして Relation ?REL2 は同じ 引数を保持する。 この結果、Relation とそのサブリレーションが同じ valence でなければなら ない。") japanese_format.kif 33-37
(documentation subrelation SpanishLanguage "(subrelation ?REL1 ?REL2) quiere decir que cada tupla de ?REL1 es también tupla de ?REL2. En otras palabras, si la Relation ?REL1 es válida para algunos argumentos arg_1, arg_2, ... arg_n, entonces la Relation ?REL2 es válida para los mismos argumentos. Como consecuencia, una Relation y sus subrelaciones deben tener la misma valence (diátesis gramatical).") spanish_format.kif 35-39
(domain subrelation 1 Relation) Merge.kif 165-165 子關係, 1 and Relation
(domain subrelation 2 Relation) Merge.kif 166-166 子關係, 2 and Relation
(instance subrelation BinaryPredicate) Merge.kif 163-163 子關係 and BinaryPredicate
(instance subrelation PartialOrderingRelation) Merge.kif 164-164 子關係 and PartialOrderingRelation

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


(format ChineseLanguage subrelation "%1 %n 是 %2 的 subrelation") chinese_format.kif 321-321
(format EnglishLanguage subrelation "%1 is %n a subrelation of %2") english_format.kif 326-326
(format FrenchLanguage subrelation "%1 est %n une sous-relation de %2") french_format.kif 183-183
(format ItalianLanguage subrelation "%1 è %n una sottorelazione di %2") relations-it.txt 279-279
(format JapaneseLanguage subrelation "%1 は %2 の subrelation では %n") japanese_format.kif 2003-2003
(format PortugueseLanguage subrelation "%1 e' %n uma sub-relacao de %2") portuguese_format.kif 135-135
(format cz subrelation "%1 %p{je} %n{nen�} a subrelation of %2") relations-cz.txt 176-176
(format de subrelation "%1 ist eine teilrelation von %2") relations-de.txt 422-422
(format hi subrelation "%1 %2 kaa upasambandha %n hai") relations-hindi.txt 316-316
(format ro subrelation "%1 %n{nu} este o subrelation%t{subrelaþie} a lui %2") relations-ro.kif 203-203
(format sv subrelation "%1 är %n{inte} en subrelation till %2") relations-sv.txt 193-193
(format tg subrelation "%1 %n ay ang kaugnayan mas tiyak ng %2") relations-tg.txt 471-471
(termFormat ChineseLanguage subrelation "子关系") chinese_format.kif 322-322
(termFormat ChineseTraditionalLanguage subrelation "子關係") domainEnglishFormat.kif 55791-55791
(termFormat EnglishLanguage subrelation "subrelation") domainEnglishFormat.kif 55790-55790
(termFormat de subrelation "teilrelation") terms-de.txt 134-134

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


(<=>
    (subrelation ?PRED involvedInEvent)
    (instance ?PRED CaseRole))
Media.kif 119-121 子關係 Relation and 參與活動 Relation and CaseRole
(=>
    (and
        (instance ?ATT1 Attribute)
        (instance ?ATT2 Attribute)
        (subrelation ?PRED attribute))
    (not
        (and
            (contraryAttributeWRT ?ATT1 ?ATT2 ?PRED)
            (?PRED ?ENTITY ?ATT1)
            (?PRED ?ENTITY ?ATT2))))
ComputerInput.kif 43-52
(=>
    (and
        (playsRoleInEvent ?OBJ ?ROLE ?EVENT)
        (subrelation ?ROLE ?ROLE2))
    (playsRoleInEvent ?OBJ ?ROLE2 ?EVENT))
Mid-level-ontology.kif 24889-24893
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (domain ?PRED2 ?NUMBER ?CLASS1))
    (domain ?PRED1 ?NUMBER ?CLASS1))
Merge.kif 180-184
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (instance ?PRED2 ?CLASS)
        (subclass ?CLASS InheritableRelation))
    (instance ?PRED1 ?CLASS))
Merge.kif 194-199
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (valence ?PRED1 ?NUMBER))
    (valence ?PRED2 ?NUMBER))
Merge.kif 174-178
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (domainSubclass ?REL2 ?NUMBER ?CLASS1))
    (domainSubclass ?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (instance ?REL1 Predicate)
        (instance ?REL2 Predicate)
        (?REL1 @ROW))
    (?REL2 @ROW))
Merge.kif 186-192
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (range ?REL2 ?CLASS1))
    (range ?REL1 ?CLASS1))
Merge.kif 312-316
(=>
    (and
        (subrelation ?REL1 ?REL2)
        (rangeSubclass ?REL2 ?CLASS1))
    (rangeSubclass ?REL1 ?CLASS1))
Merge.kif 338-342

consequent
-------------------------


(=>
    (instance ?R CaseRole)
    (subrelation ?R involvedInEvent))
Merge.kif 2423-2425

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


(subrelation AbortedLaunchFn AbortedFn) MilitaryProcesses.kif 2513-2513 子關係 中止發射 and 中止
(subrelation AbortedMissionFn AbortedFn) MilitaryProcesses.kif 2434-2434 子關係 任務中止 and 中止
(subrelation CitizenryFn ResidentFn) Mid-level-ontology.kif 9204-9204 子關係 公民 and 居民
(subrelation DensityFn PerFn) Merge.kif 6652-6652 子關係 密度 and
(subrelation DepartmentOfPreventingFn DepartmentOfFn) Mid-level-ontology.kif 19960-19960 子關係 DepartmentOfPreventingFn and DepartmentOfFn
(subrelation ShorelineFn BorderFn) Geography.kif 6246-6246 子關係 海岸線 and 邊界
(subrelation SpeedFn PerFn) Merge.kif 6664-6664 子關係 速度 and
(subrelation abbreviatedDisplayTitle displayTitle) Media.kif 3147-3147 子關係 abbreviatedDisplayTitle and displayTitle
(subrelation abbreviation conventionalShortName) Mid-level-ontology.kif 29136-29136 子關係 縮寫 and 傳統的短名稱
(subrelation absorbedDose measure) MilitaryProcesses.kif 868-868 子關係 吸收劑量 and 測量
(subrelation abstractCounterpart represents) Merge.kif 6123-6123 子關係 abstractCounterpart and 代表
(subrelation abstractionLevel property) QoSontology.kif 1743-1743 子關係 抽象層次 and 屬性
(subrelation accountAt partyToAgreement) FinancialOntology.kif 230-230 子關係 帳號在 and 協議的一方
(subrelation accountHolder partyToAgreement) FinancialOntology.kif 249-249 子關係 帳戶持有人 and 協議的一方
(subrelation accountInformation containsInformation) ComputingBrands.kif 4404-4404 子關係 accountInformation and 包含信息
(subrelation accountPhoneNumber accountInformation) ComputingBrands.kif 4150-4150 子關係 accountPhoneNumber and accountInformation
(subrelation accountUsed patient) ComputingBrands.kif 4158-4158 子關係 accountUsed and 患者
(subrelation acronym abbreviation) Mid-level-ontology.kif 29147-29147 子關係 acronym and 縮寫
(subrelation administrativeCenter geopoliticalSubdivision) Government.kif 385-385 子關係 行政中心 and 地緣政治細分
(subrelation afterTaxIncome incomeEarned) FinancialOntology.kif 3340-3340 子關係 稅後收入 and 賺的收入
(subrelation age measure) Merge.kif 7546-7546 子關係 年齡 and 測量
(subrelation agent involvedInEvent) Merge.kif 2431-2431 子關係 agent and 參與活動
(subrelation agentName names) Media.kif 3408-3408 子關係 agentName and
(subrelation agentOperatesInArea partlyLocated) Government.kif 2198-2198 子關係 代理人在區域內經營 and 部分位於
(subrelation airTemperature measure) Mid-level-ontology.kif 27575-27575 子關係 氣溫 and 測量

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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