Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
HerbaceousPlant
Hindi
ItalianLanguage
JapaneseLanguage
PortugueseLanguage
SpanishLanguage
SwedishLanguage
WoodyPlant
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
systemPart
Sigma KEE - systemPart
systemPart
appearance as argument number 1
(
documentation
systemPart
ChineseLanguage
"(
systemPart
?PART ?SYSTEM)的意思是
Physical
物体 ?PART 是
PhysicalSystem
?SYSTEM 的一个 SystemElement。")
chinese_format.kif 2389-2390
(
documentation
systemPart
EnglishLanguage
"(
systemPart
?PART ?SYSTEM) means that the
Physical
thing ?PART is a SystemElement in the
PhysicalSystem
?SYSTEM.")
Merge.kif 6139-6141
(
documentation
systemPart
JapaneseLanguage
"(
systemPart
?PART ?SYSTEM) とは、
Physical
事 ?PARTが
PhysicalSystem
の SystemElement であることを意味する。")
japanese_format.kif 1069-1070
(
domain
systemPart
1
Physical
)
Merge.kif 6136-6136
The number 1 argument of
system part
is an
instance
of
physical
(
domain
systemPart
2
PhysicalSystem
)
Merge.kif 6137-6137
The number 2 argument of
system part
is an
instance
of
physical system
(
instance
systemPart
BinaryPredicate
)
Merge.kif 6135-6135
system part
is an
instance
of
binary predicate
appearance as argument number 2
(
format
ChineseLanguage
systemPart
"%2 %n 是 %1 的 system 部分")
domainEnglishFormat.kif 2435-2435
(
format
ChineseTraditionalLanguage
systemPart
"%2 %n 是 %1 的 system 部分")
domainEnglishFormat.kif 2434-2434
(
format
EnglishLanguage
systemPart
"%2 is %n a system part of %1")
domainEnglishFormat.kif 2433-2433
(
termFormat
ChineseLanguage
systemPart
"系统部分")
domainEnglishFormat.kif 56673-56673
(
termFormat
ChineseTraditionalLanguage
systemPart
"系統部分")
domainEnglishFormat.kif 56672-56672
(
termFormat
EnglishLanguage
systemPart
"system part")
domainEnglishFormat.kif 56671-56671
antecedent
(=>
(
and
(
instance
?SYSTEM
TransitSystem
)
(
systemPart
?PART ?SYSTEM))
(
instance
?PART
Transitway
))
Transportation.kif 2911-2915
If
a physical system
is an
instance
of
transit system
and
the physical system
is a
system
part of
a physical
,
then
the physical
is an
instance
of
transitway
(=>
(
and
(
instance
?TS
TransitSystem
)
(
instance
?T
Transitway
)
(
abstractCounterpart
?G ?TS)
(
systemPart
?T ?TS))
(
exists
(?GA)
(
and
(
instance
?GA
GraphArc
)
(
abstractCounterpart
?GA ?T)
(
graphPart
?GA ?G))))
Transportation.kif 2879-2889
If
a physical system
is an
instance
of
transit system
and
a physical
is an
instance
of
transitway
and the
abstract
counterpart
of
the physical system
is
a graph
and
the physical system
is a
system
part of
the physical
,
then there exists
the graph
A such that
the graph
A is an
instance
of
graph arc
and the
abstract
counterpart
of
the physical
is
the graph
A and
the graph
A is a
part
of
the graph
(=>
(
and
(
instance
?TS
TransitSystem
)
(
instance
?TJ
TransitwayJunction
)
(
abstractCounterpart
?G ?TS)
(
systemPart
?TJ ?TS))
(
exists
(?GN)
(
and
(
instance
?GN
GraphNode
)
(
abstractCounterpart
?GN ?TJ)
(
graphPart
?GN ?G))))
Transportation.kif 2891-2901
If
a physical system
is an
instance
of
transit system
and
a physical
is an
instance
of
transitway junction
and the
abstract
counterpart
of
the physical system
is
a graph
and
the physical system
is a
system
part of
the physical
,
then there exists
the graph
N such that
the graph
N is an
instance
of
graph node
and the
abstract
counterpart
of
the physical
is
the graph
N and
the graph
N is a
part
of
the graph
(=>
(
and
(
subSystem
?SUB ?SYSTEM)
(
systemPart
?PART ?SUB))
(
systemPart
?PART ?SYSTEM))
Merge.kif 6143-6147
If
a physical system
is a
sub
system of
another physical system
and
the other physical system
is a
system
part of
a physical
,
then
the physical system
is a
system
part of
the physical
consequent
(=>
(
and
(
subSystem
?SUB ?SYSTEM)
(
systemPart
?PART ?SUB))
(
systemPart
?PART ?SYSTEM))
Merge.kif 6143-6147
If
a physical system
is a
sub
system of
another physical system
and
the other physical system
is a
system
part of
a physical
,
then
the physical system
is a
system
part of
the physical
(=>
(
routeEnd
?R ?TS)
(
exists
(?T)
(
and
(
instance
?T
Transitway
)
(
connected
?R ?T)
(
systemPart
?T ?TS)
(
not
(
exists
(?T2)
(
and
(
instance
?T2
Transitway
)
(
connected
?R ?T2)
(
systemPart
?T2 ?TS)
(
not
(
equal
?T ?T2))))))))
Transportation.kif 2816-2830
If
a region
is the
end
of
a transit system
,
then there exists
an object
such that
the object
is an
instance
of
transitway
and
the region
is
connected
to
the object
and
the transit system
is a
system
part of
the object
and there doesn't exist
the object
2 such that
the object
2 is an
instance
of
transitway
and
the region
is
connected
to
the object
2 and
the transit system
is a
system
part of
the object
2 and
the object
is not
equal
to
the object
2
(=>
(
routeStart
?R ?TS)
(
exists
(?T)
(
and
(
instance
?T
Transitway
)
(
connected
?R ?T)
(
systemPart
?T ?TS)
(
not
(
exists
(?T2)
(
and
(
instance
?T2
Transitway
)
(
connected
?R ?T2)
(
systemPart
?T2 ?TS)
(
not
(
equal
?T ?T2))))))))
Transportation.kif 2793-2807
If
a region
is the
start
of
a transit system
,
then there exists
an object
such that
the object
is an
instance
of
transitway
and
the region
is
connected
to
the object
and
the transit system
is a
system
part of
the object
and there doesn't exist
the object
2 such that
the object
2 is an
instance
of
transitway
and
the region
is
connected
to
the object
2 and
the transit system
is a
system
part of
the object
2 and
the object
is not
equal
to
the object
2
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