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
format
hi
ro
sv
tg
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
rangeSubclass
Sigma KEE - rangeSubclass
rangeSubclass
appearance as argument number 1
(
documentation
rangeSubclass
ChineseLanguage
"(
rangeSubclass
?FUNCTION ?CLASS) 的意思是 所有由 ?FUNCTION 所指定的值,都是这个 ?CLASS 的
subclass
。")
chinese_format.kif 1492-1493
(
documentation
rangeSubclass
EnglishLanguage
"(
rangeSubclass
?FUNCTION ?CLASS) means that all of the values assigned by ?FUNCTION are
subclass
es of ?CLASS.")
Merge.kif 329-330
(
documentation
rangeSubclass
JapaneseLanguage
"(
rangeSubclass
?FUNCTION ?CLASS) とは、 FUNCTIONによって割り当てられた値はすべて、?CLASSの
subclass
である、という意味である。")
japanese_format.kif 53-54
(
documentation
rangeSubclass
SpanishLanguage
"(
rangeSubclass
?FUNCTION ?CLASS) significa que todos los valores asignados por ?FUNCTION son
subclass
es de ?CLASS.")
spanish_format.kif 58-59
(
domain
rangeSubclass
1
Function
)
Merge.kif 327-327
The number 1 argument of
rangeSubclass
is an
instance
of
function
(
domainSubclass
rangeSubclass
2
Class
)
Merge.kif 328-328
The number 2 argument of
rangeSubclass
is a
subclass
of
class
(
instance
rangeSubclass
BinaryPredicate
)
Merge.kif 326-326
rangeSubclass
is an
instance
of
binary predicate
appearance as argument number 2
(
format
ChineseLanguage
rangeSubclass
"%1 的所得值 %n 是 %2 的
subclass
")
chinese_format.kif 329-329
(
format
EnglishLanguage
rangeSubclass
"the values returned by %1 are %n
subclass
es of %2")
english_format.kif 334-334
(
format
FrenchLanguage
rangeSubclass
"les valeurs retourn�es par %1 sont des %n sous-classes de %2")
french_format.kif 187-187
(
format
ItalianLanguage
rangeSubclass
"i valori resi da %1 sono sottoclassi di%2")
relations-it.txt 240-240
(
format
JapaneseLanguage
rangeSubclass
"%1 が返す値は %2 の
subclass
es では %n")
japanese_format.kif 2007-2007
(
format
PortugueseLanguage
rangeSubclass
"os valores retornados por %1 sao as %n sub-classes de %2")
portuguese_format.kif 139-139
(
format
de
rangeSubclass
"die werte die %1 zurueckgibt sind teilkategorien von %2")
relations-de.txt 433-433
(
format
hi
rangeSubclass
"%1 dvaaraa pratyaanayita maana %2 kaa upavarga hai")
relations-hindi.txt 278-278
(
format
ro
rangeSubclass
"valorile returnate de %1 %n{nu} sunt
subclass
es%t{subclase} ale lui %2")
relations-ro.kif 207-207
(
format
sv
rangeSubclass
"värdena som returneras av %1 är %n{inte} subklasser till %2")
relations-sv.txt 198-198
(
format
tg
rangeSubclass
"ang mga kabuluhan bumabalik ng %1 ay ang mga klase ng mababa %2")
relations-tg.txt 432-432
(
termFormat
ChineseLanguage
rangeSubclass
"子类别的范围")
chinese_format.kif 330-330
(
termFormat
ChineseLanguage
rangeSubclass
"范围子类")
domainEnglishFormat.kif 48767-48767
(
termFormat
ChineseTraditionalLanguage
rangeSubclass
"範圍子類")
domainEnglishFormat.kif 48766-48766
(
termFormat
EnglishLanguage
rangeSubclass
"range subclass")
domainEnglishFormat.kif 48765-48765
(
termFormat
de
rangeSubclass
"bildbereichTeilkategorie")
terms-de.txt 138-138
antecedent
(=>
(
and
(
rangeSubclass
?FUNCTION ?CLASS)
(
equal
(
AssignmentFn
?FUNCTION @ROW) ?VALUE))
(
subclass
?VALUE ?CLASS))
Merge.kif 332-336
If the values returned by
a function
are
subclasses
of
a kind of class
and
equal
the function
(@ROW) and
another class
,
then
the other class
is a
subclass
of
a kind of class
(=>
(
and
(
rangeSubclass
?REL ?CLASS1)
(
rangeSubclass
?REL ?CLASS2))
(
or
(
subclass
?CLASS1 ?CLASS2)
(
subclass
?CLASS2 ?CLASS1)))
Merge.kif 344-350
If the values returned by
a function
are
subclasses
of
a kind of class
and the values returned by
the function
are
subclasses
of
another kind of class
,
then
a kind of class
is a
subclass
of
another kind of class
or
the other kind of class
is a
subclass
of
the kind of class
(=>
(
and
(
rangeSubclass
?REL1 ?CLASS1)
(
rangeSubclass
?REL2 ?CLASS2)
(
disjoint
?CLASS1 ?CLASS2))
(
disjointRelation
?REL1 ?REL2))
Merge.kif 433-438
If the values returned by
a function
are
subclasses
of
a kind of class
and the values returned by
another function
are
subclasses
of
another kind of class
and
a kind of class
is
disjoint
from
another kind of class
,
then
the function
and
the other function
are
disjoint
(=>
(
and
(
subrelation
?REL1 ?REL2)
(
rangeSubclass
?REL2 ?CLASS1))
(
rangeSubclass
?REL1 ?CLASS1))
Merge.kif 338-342
If
a function
is a
subrelation
of
another function
and the values returned by
the other function
are
subclasses
of
a kind of class
,
then the values returned by
the function
are
subclasses
of
a kind of class
consequent
(=>
(
and
(
subrelation
?REL1 ?REL2)
(
rangeSubclass
?REL2 ?CLASS1))
(
rangeSubclass
?REL1 ?CLASS1))
Merge.kif 338-342
If
a function
is a
subrelation
of
another function
and the values returned by
the other function
are
subclasses
of
a kind of class
,
then the values returned by
the function
are
subclasses
of
a kind of class
appearance as argument number 0
(
rangeSubclass
AgentOfOrganismFn
BiologicalAgent
)
WMD.kif 88-88
The values returned by
AgentOfOrganismFn
are
subclasses
of
BiologicalAgent
(
rangeSubclass
AlbumCopiesFn
DataStorageDevice
)
Music.kif 934-934
The values returned by
AlbumCopiesFn
are
subclasses
of
DataStorageDevice
(
rangeSubclass
AttrFn
Object
)
Merge.kif 1811-1811
The values returned by
AttrFn
are
subclasses
of
object
(
rangeSubclass
BodyAreaFn
BodyPart
)
Medicine.kif 6253-6253
The values returned by
BodyAreaFn
are
subclasses
of
body part
(
rangeSubclass
BodySideFn
BodyPart
)
Merge.kif 15148-15148
The values returned by
BodySideFn
are
subclasses
of
body part
(
rangeSubclass
ConstitutionFn
Constitution
)
Government.kif 639-639
The values returned by
ConstitutionFn
are
subclasses
of
Constitution
(
rangeSubclass
CoveringFn
WearableItem
)
Mid-level-ontology.kif 31631-31631
The values returned by
CoveringFn
are
subclasses
of
WearableItem
(
rangeSubclass
CutSetFn
GraphPath
)
Merge.kif 6122-6122
The values returned by
CutSetFn
are
subclasses
of
graph path
(
rangeSubclass
DayFn
Day
)
Merge.kif 8725-8725
The values returned by
DayFn
are
subclasses
of
day
(
rangeSubclass
DeadFn
OrganismRemains
)
Merge.kif 18686-18686
The values returned by
DeadFn
are
subclasses
of
OrganismRemains
(
rangeSubclass
DemonymFn
NationalPerson
)
Mid-level-ontology.kif 32551-32551
The values returned by
DemonymFn
are
subclasses
of
NationalPerson
(
rangeSubclass
DocumentFn
Text
)
Geography.kif 4481-4481
The values returned by
DocumentFn
are
subclasses
of
text
(
rangeSubclass
EdemaFn
Edema
)
Mid-level-ontology.kif 11303-11303
The values returned by
EdemaFn
are
subclasses
of
Edema
(
rangeSubclass
EditionFn
ContentBearingObject
)
Merge.kif 15682-15682
The values returned by
EditionFn
are
subclasses
of
content bearing object
(
rangeSubclass
ElectionFn
Election
)
Government.kif 1648-1648
The values returned by
ElectionFn
are
subclasses
of
Election
(
rangeSubclass
FailureFn
Process
)
ComputingBrands.kif 4510-4510
The values returned by
FailureFn
are
subclasses
of
process
(
rangeSubclass
FarmOfProductFn
CultivatedLandArea
)
Food.kif 3677-3677
The values returned by
FarmOfProductFn
are
subclasses
of
CultivatedLandArea
(
rangeSubclass
FiscalYearFn
TimeInterval
)
Economy.kif 4030-4030
The values returned by
FiscalYearFn
are
subclasses
of
time interval
(
rangeSubclass
FoodForFn
SelfConnectedObject
)
Merge.kif 15034-15034
The values returned by
FoodForFn
are
subclasses
of
self connected object
(
rangeSubclass
GeographicPartTypeFn
GeographicArea
)
Geography.kif 8564-8564
The values returned by
GeographicPartTypeFn
are
subclasses
of
geographic area
(
rangeSubclass
GraphPathFn
GraphPath
)
Merge.kif 6106-6106
The values returned by
GraphPathFn
are
subclasses
of
graph path
(
rangeSubclass
HourFn
Hour
)
Merge.kif 8750-8750
The values returned by
HourFn
are
subclasses
of
hour
(
rangeSubclass
ImpairmentFn
BiologicalProcess
)
Merge.kif 13646-13646
The values returned by
ImpairmentFn
are
subclasses
of
biological process
(
rangeSubclass
IntervalFn
ConstantQuantity
)
Merge.kif 6635-6635
The values returned by
IntervalFn
are
subclasses
of
constant quantity
(
rangeSubclass
JuiceOfFn
Juice
)
Food.kif 2607-2607
The values returned by
JuiceOfFn
are
subclasses
of
Juice
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