Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
Hindi
ItalianLanguage
JapaneseLanguage
PortugueseLanguage
SpanishLanguage
SwedishLanguage
cb
cz
de
hi
ro
sv
tg
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
domainSubclass
Sigma KEE - domainSubclass
domainSubclass
appearance as argument number 1
(
documentation
domainSubclass
ChineseLanguage
"这个
Predicate
是用来指定
Predicate
s 参数 类型的限制。 公式(
domainSubclass
?REL ?INT ?CLASS) 的意思是在?REL关系中,每个元组的第?INT个元素, 必须是?CLASS种的一个子类别。")
chinese_format.kif 1387-1389
(
documentation
domainSubclass
EnglishLanguage
"A
Predicate
that is used to specify argument type restrictions of
Predicate
s. The formula (
domainSubclass
?REL ?INT ?CLASS) means that the ?INT'th element of each tuple in the relation ?REL must be a subclass of ?CLASS.")
Merge.kif 227-230
(
documentation
domainSubclass
JapaneseLanguage
"
Predicate
s の引数タイプの制限を指定するた めに使用される
Predicate
。 式 (
domainSubclass
?REL ?INT ?CLASS) とは、リレーション?RELの 各タプルの?INT '番目の要素が?CLASSのサブクラスでなければならない、という意味である。")
japanese_format.kif 45-47
(
documentation
domainSubclass
SpanishLanguage
"Un
Predicate
que se usa para especificar las restricciones de tipos de argumentos de
Predicate
s. La fórmula (
domainSubclass
?REL ?INT ?CLASS) significa que el ?INT-ésimo elemento de cada tupla de la relación ?REL debe ser una subclase de ?CLASS.")
spanish_format.kif 49-52
(
domain
domainSubclass
1
Relation
)
Merge.kif 224-224
The number 1 argument of
domain subclass
is an
instance
of
relation
(
domain
domainSubclass
2
PositiveInteger
)
Merge.kif 225-225
The number 2 argument of
domain subclass
is an
instance
of
positive integer
(
domain
domainSubclass
3
Class
)
Merge.kif 226-226
The number 3 argument of
domain subclass
is an
instance
of
class
(
instance
domainSubclass
TernaryPredicate
)
Merge.kif 223-223
domain subclass
is an
instance
of
ternary predicate
appearance as argument number 2
(
format
ChineseLanguage
domainSubclass
"%1 的 %2 数量 %n 是 %3 的
subclass
")
chinese_format.kif 293-293
(
format
EnglishLanguage
domainSubclass
"the number %2 argument of %1 is %n a
subclass
of %3")
english_format.kif 298-298
(
format
FrenchLanguage
domainSubclass
"le nombre %2 argument de %1 est %n une sous-classe de %3")
french_format.kif 169-169
(
format
ItalianLanguage
domainSubclass
"il numero %2 argomento %1 è %n una sottoclasse di%3")
relations-it.txt 84-84
(
format
JapaneseLanguage
domainSubclass
"%1 の数値 %2 引数は %3 の
subclass
では %n")
japanese_format.kif 1989-1989
(
format
PortugueseLanguage
domainSubclass
"o argumento numero %2 de %1 e' %n uma sub-classe de %3")
portuguese_format.kif 121-121
(
format
cz
domainSubclass
"%2th argument of %1 %p{je} %n{nen�} a
subclass
of %3")
relations-cz.txt 178-178
(
format
de
domainSubclass
"die Zahl %2 Argument von %1 ist eine teilkategorie von %3 %n{nicht}")
relations-de.txt 381-381
(
format
hi
domainSubclass
"%1 kaa koNaanka %2, %3 kaa upavarga %n hai")
relations-hindi.txt 124-124
(
format
ro
domainSubclass
"argumentul numãrul %2 al lui %1 %n{nu} este o
subclass
%t{subclasã} a lui %3")
relations-ro.kif 189-189
(
format
sv
domainSubclass
"nummer %2 argumentet till %1 är %n{inte} en subklass till %3")
relations-sv.txt 176-176
(
format
tg
domainSubclass
"ang bliang %2 bahagi ng %1 %n ay ang mas tiayk klase ng %3")
relations-cb.txt 118-118
(
termFormat
ChineseLanguage
domainSubclass
"域子类")
domainEnglishFormat.kif 20127-20127
(
termFormat
ChineseLanguage
domainSubclass
"子类别的定义域")
chinese_format.kif 294-294
(
termFormat
ChineseTraditionalLanguage
domainSubclass
"域子類")
domainEnglishFormat.kif 20126-20126
(
termFormat
EnglishLanguage
domainSubclass
"domain subclass")
domainEnglishFormat.kif 20125-20125
(
termFormat
de
domainSubclass
"definitionsbereichteilkategorie")
terms-de.txt 119-119
(
termFormat
tg
domainSubclass
"lupain klase mas baba")
relations-tg.txt 184-184
antecedent
(=>
(
and
(
domainSubclass
?REL ?NUMBER ?CLASS)
(
instance
?REL
Predicate
)
(?REL @ROW))
(
subclass
(
ListOrderFn
(
ListFn
@ROW) ?NUMBER) ?CLASS))
Merge.kif 3018-3023
If the number
a positive integer
argument of
a relation
is a
subclass
of
a class
and
the relation
is an
instance
of
predicate
and
the relation
@ROW,
then
the positive integer
th
element
of (@ROW) is a
subclass
of
the class
(=>
(
and
(
domainSubclass
?REL ?NUMBER ?CLASS1)
(
domainSubclass
?REL ?NUMBER ?CLASS2))
(
or
(
subclass
?CLASS1 ?CLASS2)
(
subclass
?CLASS2 ?CLASS1)))
Merge.kif 238-244
If the number
a positive integer
argument of
a relation
is a
subclass
of
a class
and the number
the positive integer
argument of
the relation
is a
subclass
of
another class
,
then
the class
is a
subclass
of
the other class
or
the other class
is a
subclass
of
the class
(=>
(
and
(
domainSubclass
?REL1 ?NUMBER ?CLASS1)
(
domainSubclass
?REL2 ?NUMBER ?CLASS2)
(
disjoint
?CLASS1 ?CLASS2))
(
disjointRelation
?REL1 ?REL2))
Merge.kif 419-424
If the number
a positive integer
argument of
a relation
is a
subclass
of
a class
and the number
the positive integer
argument of
another relation
is a
subclass
of
another class
and
the class
is
disjoint
from
the other class
,
then
the relation
and
the other relation
are
disjoint
(=>
(
and
(
subrelation
?REL1 ?REL2)
(
domainSubclass
?REL2 ?NUMBER ?CLASS1))
(
domainSubclass
?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236
If
a relation
is a
subrelation
of
another relation
and the number
a positive integer
argument of
the other relation
is a
subclass
of
a class
,
then the number
the positive integer
argument of
the relation
is a
subclass
of
the class
consequent
(=>
(
and
(
subrelation
?REL1 ?REL2)
(
domainSubclass
?REL2 ?NUMBER ?CLASS1))
(
domainSubclass
?REL1 ?NUMBER ?CLASS1))
Merge.kif 232-236
If
a relation
is a
subrelation
of
another relation
and the number
a positive integer
argument of
the other relation
is a
subclass
of
a class
,
then the number
the positive integer
argument of
the relation
is a
subclass
of
the class
appearance as argument number 0
(
domainSubclass
AgentOfOrganismFn
1
Organism
)
WMD.kif 87-87
The number 1 argument of
Agent of organism fn
is a
subclass
of
organism
(
domainSubclass
AlbumCopiesFn
2
DataStorageDevice
)
Music.kif 933-933
The number 2 argument of
album copies function
is a
subclass
of
data storage device
(
domainSubclass
AmountsFn
1
Substance
)
Merge.kif 7627-7627
The number 1 argument of
Amounts fn
is a
subclass
of
substance
(
domainSubclass
AttrFn
1
Object
)
Merge.kif 1787-1787
The number 1 argument of
attr
is a
subclass
of
object
(
domainSubclass
BodyAreaFn
1
BodyPart
)
Medicine.kif 6251-6251
The number 1 argument of
body area
is a
subclass
of
body part
(
domainSubclass
BodySideFn
2
BodyPart
)
Merge.kif 15125-15125
The number 2 argument of
Body side fn
is a
subclass
of
body part
(
domainSubclass
CellPartFn
2
CellPart
)
VirusProteinAndCellPart.kif 1177-1177
The number 2 argument of
cell part
is a
subclass
of
cell part
(
domainSubclass
ContestFn
1
Contest
)
Music.kif 1049-1049
The number 1 argument of
contest function
is a
subclass
of
contest
(
domainSubclass
CoveringFn
1
BodyPart
)
Mid-level-ontology.kif 31644-31644
The number 1 argument of
Covering fn
is a
subclass
of
body part
(
domainSubclass
DayFn
2
Month
)
Merge.kif 8702-8702
The number 2 argument of
day
is a
subclass
of
month
(
domainSubclass
DeadFn
1
OrganicObject
)
Merge.kif 18663-18663
The number 1 argument of
Dead fn
is a
subclass
of
organic object
(
domainSubclass
DeadOrMissingBodyPartFn
1
BodyPart
)
Merge.kif 18426-18426
The number 1 argument of
dead or missing body part fn
is a
subclass
of
body part
(
domainSubclass
DepartmentOfFn
2
Physical
)
Mid-level-ontology.kif 19895-19895
The number 2 argument of
department
is a
subclass
of
physical
(
domainSubclass
DepartmentOfPreventingFn
2
Process
)
Mid-level-ontology.kif 19966-19966
The number 2 argument of
Department of preventing fn
is a
subclass
of
process
(
domainSubclass
EdemaFn
1
BodyPart
)
Mid-level-ontology.kif 11308-11308
The number 1 argument of
edema
is a
subclass
of
body part
(
domainSubclass
EditionFn
1
ContentBearingObject
)
Merge.kif 15658-15658
The number 1 argument of
edition
is a
subclass
of
content bearing object
(
domainSubclass
FailureFn
1
IntentionalProcess
)
ComputingBrands.kif 4509-4509
The number 1 argument of
failure fn
is a
subclass
of
intentional process
(
domainSubclass
FarmOfProductFn
1
Organism
)
Food.kif 3674-3674
The number 1 argument of
farm of product fn
is a
subclass
of
organism
(
domainSubclass
FiscalYearStartingFn
2
Year
)
Economy.kif 4061-4061
The number 2 argument of
fiscal year starting
is a
subclass
of
year
(
domainSubclass
FoodForFn
1
Organism
)
Merge.kif 15011-15011
The number 1 argument of
food for fn
is a
subclass
of
organism
(
domainSubclass
GeneralizedIntersectionFn
1
SetOrClass
)
Merge.kif 5523-5523
The number 1 argument of
generalized intersection
is a
subclass
of
set or class
(
domainSubclass
GeneralizedUnionFn
1
SetOrClass
)
Merge.kif 5512-5512
The number 1 argument of
generalized union
is a
subclass
of
set or class
(
domainSubclass
GeographicPartTypeFn
1
GeographicArea
)
Geography.kif 7250-7250
The number 1 argument of
geographic part type fn
is a
subclass
of
geographic area
(
domainSubclass
HourFn
2
Day
)
Merge.kif 8727-8727
The number 2 argument of
hour
is a
subclass
of
day
(
domainSubclass
ImpairedBodyPartFn
1
BodyPart
)
Merge.kif 18405-18405
The number 1 argument of
impaired body part fn
is a
subclass
of
body part
Display limited to 25 items.
Show next 25
Display limited to 25 items.
Show next 25
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