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
arcWeight
Sigma KEE - arcWeight
arcWeight
appearance as argument number 1
(
documentation
arcWeight
ChineseLanguage
"这个谓词表示
GraphArc
在一个
Graph
的值。 这可以 表示一个道路网络的长度,或者是管道系统内管道的流量。")
chinese_format.kif 2368-2369
(
documentation
arcWeight
EnglishLanguage
"This predicate indicates the value of a
GraphArc
in a
Graph
. This could map to the length of a road in a road network or the flow rate of a pipe in a plumbing system.")
Merge.kif 5968-5970
(
documentation
arcWeight
JapaneseLanguage
"この述部は、
Graph
の
GraphArc
の値を示す。これ は、ロードネットワーク内のロードの長さ、または配管システムのパイプの流動率にマップできる。")
japanese_format.kif 1045-1046
(
domain
arcWeight
1
GraphArc
)
Merge.kif 5965-5965
The number 1 argument of
arc weight
is an
instance
of
graph arc
(
domain
arcWeight
2
RealNumber
)
Merge.kif 5966-5966
The number 2 argument of
arc weight
is an
instance
of
real number
(
instance
arcWeight
BinaryPredicate
)
Merge.kif 5963-5963
arc weight
is an
instance
of
binary predicate
(
instance
arcWeight
SingleValuedRelation
)
Merge.kif 5964-5964
arc weight
is an
instance
of
single valued relation
appearance as argument number 2
(
format
ChineseLanguage
arcWeight
"%1 的值 %n 是 %2")
chinese_format.kif 755-755
(
format
EnglishLanguage
arcWeight
"the value of %1 is %n %2")
english_format.kif 757-757
(
format
FrenchLanguage
arcWeight
"la valeur de %1 est %n %2")
french_format.kif 455-455
(
format
ItalianLanguage
arcWeight
"il valore di%1 è%2")
relations-it.txt 27-27
(
format
JapaneseLanguage
arcWeight
"%1 の value は %2 では %n")
japanese_format.kif 2163-2163
(
format
PortugueseLanguage
arcWeight
"o valor de %1 e' %n %2")
portuguese_format.kif 407-407
(
format
cb
arcWeight
"ang timbang ani %1 ug %2")
relations-cb.txt 61-61
(
format
de
arcWeight
"der wert von %1 ist %2")
relations-de.txt 975-975
(
format
hi
arcWeight
"%1 kaa maana %2 hai")
relations-hindi.txt 71-71
(
format
ro
arcWeight
"value%t{valoarea} lui %1 %n{nu} este %2")
relations-ro.kif 477-477
(
format
sv
arcWeight
"värdet av %1 är %2")
relations-sv.txt 520-520
(
format
tg
arcWeight
"ang halaga ng %1 at %2")
relations-tg.txt 70-70
(
termFormat
ChineseLanguage
arcWeight
"弧衡量")
chinese_format.kif 756-756
(
termFormat
ChineseLanguage
arcWeight
"弧重")
domainEnglishFormat.kif 8280-8280
(
termFormat
ChineseTraditionalLanguage
arcWeight
"弧重")
domainEnglishFormat.kif 8279-8279
(
termFormat
EnglishLanguage
arcWeight
"arc weight")
domainEnglishFormat.kif 8278-8278
(
termFormat
tg
arcWeight
"halaga ng arko")
relations-tg.txt 71-71
antecedent
(=>
(
and
(
equal
(
PathWeightFn
?PATH) ?SUM)
(
graphPart
?ARC1 ?PATH)
(
graphPart
?ARC2 ?PATH)
(
arcWeight
?ARC1 ?NUMBER1)
(
arcWeight
?ARC2 ?NUMBER2)
(
forall
(?ARC3)
(=>
(
graphPart
?ARC3 ?PATH)
(
or
(
equal
?ARC3 ?ARC1)
(
equal
?ARC3 ?ARC2)))))
(
equal
(
PathWeightFn
?PATH)
(
AdditionFn
?NUMBER1 ?NUMBER2)))
Merge.kif 5994-6007
If the
value
of
a graph path
is
equal
to
a real number
and
a graph arc
is a
part
of
the graph path
and
another graph arc
is a
part
of
the graph path
and the
value
of
the graph arc
is
another real number
and the
value
of
the other graph arc
is
a third real number
and for all
a graph element
if
the graph element
is a
part
of
the graph path
,
then
the graph element
is
equal
to
the graph arc
or
the graph element
is
equal
to
the other graph arc
,
then the
value
of
the graph path
is
equal
to (
the other real number
and
the third real number
)
(=>
(
and
(
equal
(
PathWeightFn
?PATH) ?SUM)
(
subGraph
?SUBPATH ?PATH)
(
graphPart
?ARC1 ?PATH)
(
arcWeight
?ARC1 ?NUMBER1)
(
forall
(?ARC2)
(=>
(
graphPart
?ARC2 ?PATH)
(
or
(
graphPart
?ARC2 ?SUBPATH)
(
equal
?ARC2 ?ARC1)))))
(
equal
?SUM
(
AdditionFn
(
PathWeightFn
?SUBPATH) ?NUMBER1)))
Merge.kif 5980-5992
If the
value
of
a graph path
is
equal
to
a real number
and
another graph path
is a
subgraph
of
the graph path
and
a graph arc
is a
part
of
the graph path
and the
value
of
the graph arc
is
another real number
and for all
a graph element
if
the graph element
is a
part
of
the graph path
,
then
the graph element
is a
part
of
the other graph path
or
the graph element
is
equal
to
the graph arc
,
then
the real number
is
equal
to (the
value
of
the other graph path
and
the other real number
)
(=>
(
and
(
graphMeasure
?G ?M)
(
instance
?AN
GraphNode
)
(
graphPart
?AN ?G)
(
graphPart
?AA ?G)
(
instance
?AA
GraphArc
)
(
abstractCounterpart
?AN ?PN)
(
abstractCounterpart
?AA ?PA)
(
arcWeight
?AA ?N))
(
measure
?PA
(
MeasureFn
?N ?M)))
Merge.kif 6166-6177
If
an unit of measure
is the
unit
in
a graph
and
a graph element
is an
instance
of
graph node
and
the graph element
is a
part
of
the graph
and
a graph arc
is a
part
of
the graph
and
the graph arc
is an
instance
of
graph arc
and the
abstract
counterpart
of
a physical
is
the graph element
and the
abstract
counterpart
of
another physical
is
the graph arc
and the
value
of
the graph arc
is
a real number
,
then the
measure
of
the other physical
is
the real number
the unit of measure
(s)
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