Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
JapaneseLanguage
SpanishLanguage
SwedishLanguage
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
InitialNodeFn
Sigma KEE - InitialNodeFn
InitialNodeFn
appearance as argument number 1
(
documentation
InitialNodeFn
ChineseLanguage
"这是一个
UnaryFunction
,它把一个
GraphArc
和这个
GraphArc
的始点联系起来。 注:这是一个部分函数,特别是当
GraphArc
不属于
DirectedGraph
时,这会是个为定义的函数。")
chinese_format.kif 2356-2358
(
documentation
InitialNodeFn
EnglishLanguage
"A
UnaryFunction
that maps a
GraphArc
to the initial node of the
GraphArc
. Note that this is a partial function. In particular, the function is undefined for
GraphArc
s that are not part of a
DirectedGraph
.")
Merge.kif 5892-5895
(
domain
InitialNodeFn
1
GraphArc
)
Merge.kif 5889-5889
The number 1 argument of
initial node
is an
instance
of
graph arc
(
instance
InitialNodeFn
PartialValuedRelation
)
Merge.kif 5888-5888
Initial node
is an
instance
of
partial valued relation
(
instance
InitialNodeFn
UnaryFunction
)
Merge.kif 5887-5887
Initial node
is an
instance
of
unary function
(
range
InitialNodeFn
GraphNode
)
Merge.kif 5890-5890
The
range
of
initial node
is an instance of
graph node
appearance as argument number 2
(
format
ChineseLanguage
InitialNodeFn
"%1 节点的起点")
chinese_format.kif 761-761
(
format
EnglishLanguage
InitialNodeFn
"the starting node of %1")
english_format.kif 761-761
(
relatedInternalConcept
BeginNodeFn
InitialNodeFn
)
Merge.kif 5911-5911
Begin node
is
internally
related to
initial node
(
termFormat
ChineseLanguage
InitialNodeFn
"初始节点")
domainEnglishFormat.kif 30103-30103
(
termFormat
ChineseLanguage
InitialNodeFn
"节点起点函数")
chinese_format.kif 762-762
(
termFormat
ChineseTraditionalLanguage
InitialNodeFn
"初始節點")
domainEnglishFormat.kif 30102-30102
(
termFormat
EnglishLanguage
InitialNodeFn
"initial node")
domainEnglishFormat.kif 30101-30101
antecedent
(=>
(
and
(
equal
(
InitialNodeFn
?ARC) ?NODE)
(
equal
(
TerminalNodeFn
?ARC) ?NODE))
(
instance
?ARC
GraphLoop
))
Merge.kif 5833-5837
If the
starting
node of
a graph arc
is
equal
to
a graph node
and the
terminal
node of
the graph arc
is
equal
to
the graph node
,
then
the graph arc
is an
instance
of
graph loop
(=>
(
and
(
instance
?GRAPH
GraphPath
)
(
instance
?ARC
GraphArc
)
(
graphPart
?ARC ?GRAPH)
(
equal
(
InitialNodeFn
?ARC) ?NODE))
(
not
(
exists
(?OTHER)
(
and
(
equal
(
InitialNodeFn
?OTHER) ?NODE)
(
not
(
equal
?OTHER ?ARC))))))
Merge.kif 5693-5704
If
a graph
is an
instance
of
graph path
and
a graph arc
is an
instance
of
graph arc
and
the graph arc
is a
part
of
the graph
and the
starting
node of
the graph arc
is
equal
to
a graph node
,
then there doesn't exist
another graph arc
such that the
starting
node of
the other graph arc
is
equal
to
the graph node
and
the other graph arc
is not
equal
to
the graph arc
consequent
(=>
(
and
(
instance
?GRAPH
DirectedGraph
)
(
instance
?ARC
GraphArc
)
(
graphPart
?ARC ?GRAPH))
(
exists
(?NODE1 ?NODE2)
(
and
(
equal
(
InitialNodeFn
?ARC) ?NODE1)
(
equal
(
TerminalNodeFn
?ARC) ?NODE2))))
Merge.kif 5642-5650
If
a graph
is an
instance
of
directed graph
and
a graph arc
is an
instance
of
graph arc
and
the graph arc
is a
part
of
the graph
,
then there exist
a graph node
and
another graph node
such that the
starting
node of
the graph arc
is
equal
to
the graph node
and the
terminal
node of
the graph arc
is
equal
to
the other graph node
(=>
(
and
(
instance
?GRAPH
GraphPath
)
(
instance
?ARC
GraphArc
)
(
graphPart
?ARC ?GRAPH)
(
equal
(
InitialNodeFn
?ARC) ?NODE))
(
not
(
exists
(?OTHER)
(
and
(
equal
(
InitialNodeFn
?OTHER) ?NODE)
(
not
(
equal
?OTHER ?ARC))))))
Merge.kif 5693-5704
If
a graph
is an
instance
of
graph path
and
a graph arc
is an
instance
of
graph arc
and
the graph arc
is a
part
of
the graph
and the
starting
node of
the graph arc
is
equal
to
a graph node
,
then there doesn't exist
another graph arc
such that the
starting
node of
the other graph arc
is
equal
to
the graph node
and
the other graph arc
is not
equal
to
the graph arc
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