Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - GraphNode
GraphNode(graph node)
Cartesian_coordinate, abscissa, co-ordinate, coordinate, intercept, ordinate, origin, polar_coordinate

appearance as argument number 1
-------------------------


(documentation GraphNode ChineseLanguage "Graph 是由 GraphNodeGraphArc 组成,所有的 GraphNode 都是由 GraphArc 联系的.") chinese_format.kif 2342-2343
(documentation GraphNode EnglishLanguage "Graphs are comprised of GraphNodes and GraphArcs. Every GraphNode is linked by a GraphArc.") Merge.kif 5859-5860
(documentation GraphNode JapaneseLanguage "Grap は GraphNode および GraphArc で構成さ れる。すべての GraphArcGraphNode によってリンクされている。") japanese_format.kif 1016-1017
(externalImage GraphNode "http://upload.wikimedia.org/wikipedia/commons/ 5/ 5b/ 6n_graf.svg") pictureList.kif 1790-1790
(subclass GraphNode GraphElement) Merge.kif 5857-5857 Graph node is a subclass of graph element

appearance as argument number 2
-------------------------


(partition GraphElement GraphNode GraphArc) Merge.kif 5845-5845 Graph element is exhaustively partitioned into graph node and graph arc
(range BeginNodeFn GraphNode) Merge.kif 5968-5968 The range of begin node is an instance of graph node
(range EndNodeFn GraphNode) Merge.kif 5979-5979 The range of end node is an instance of graph node
(range InitialNodeFn GraphNode) Merge.kif 5948-5948 The range of initial node is an instance of graph node
(range TerminalNodeFn GraphNode) Merge.kif 5958-5958 The range of terminal node is an instance of graph node
(termFormat ChineseLanguage GraphNode "图节点") chinese_format.kif 941-941 The range of terminal node is an instance of graph node
(termFormat EnglishLanguage GraphNode "graph node") english_format.kif 1089-1089 The range of terminal node is an instance of graph node
(termFormat FrenchLanguage GraphNode "noeud du graph") french_format.kif 617-617 The range of terminal node is an instance of graph node
(termFormat Hindi GraphNode "granthi aalekha") terms-hindi.txt 148-148 The range of terminal node is an instance of graph node
(termFormat ItalianLanguage GraphNode "NodoDelGrafo") terms-it.txt 151-151 The range of terminal node is an instance of graph node
(termFormat JapaneseLanguage GraphNode "グラフノード") japanese_format.kif 2302-2302 The range of terminal node is an instance of graph node
(termFormat PortugueseLanguage GraphNode "No' do Grafo") portuguese_format.kif 569-569 The range of terminal node is an instance of graph node
(termFormat cz GraphNode "graph node") terms-cz.txt 185-185 The range of terminal node is an instance of graph node
(termFormat de GraphNode "Graphknoten") terms-de.txt 444-444 The range of terminal node is an instance of graph node
(termFormat ro GraphNode "nod într-un graf") relations-ro.kif 638-638 The range of terminal node is an instance of graph node
(termFormat tg GraphNode "pinagdugtungang talaguhitan") terms-tg.txt 152-152 The range of terminal node is an instance of graph node

appearance as argument number 3
-------------------------


(domain GraphPathFn 1 GraphNode) Merge.kif 6079-6079 The number 1 argument of graph path is an instance of graph node
(domain GraphPathFn 2 GraphNode) Merge.kif 6080-6080 The number 2 argument of graph path is an instance of graph node
(domain MaximalWeightedPathFn 1 GraphNode) Merge.kif 6057-6057 The number 1 argument of maximal weighted path is an instance of graph node
(domain MaximalWeightedPathFn 2 GraphNode) Merge.kif 6058-6058 The number 2 argument of maximal weighted path is an instance of graph node
(domain MinimalWeightedPathFn 1 GraphNode) Merge.kif 6035-6035 The number 1 argument of minimal weighted path is an instance of graph node
(domain MinimalWeightedPathFn 2 GraphNode) Merge.kif 6036-6036 The number 2 argument of minimal weighted path is an instance of graph node
(domain links 1 GraphNode) Merge.kif 5898-5898 The number 1 argument of links is an instance of graph node
(domain links 2 GraphNode) Merge.kif 5899-5899 The number 2 argument of links is an instance of graph node

antecedent
-------------------------


(=>
    (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 6190-6201
(=>
    (and
        (instance ?GRAPH Graph)
        (instance ?NODE1 GraphNode)
        (instance ?NODE2 GraphNode)
        (graphPart ?NODE1 ?GRAPH)
        (graphPart ?NODE2 ?GRAPH)
        (not
            (equal ?NODE1 ?NODE2)))
    (exists (?ARC ?PATH)
        (or
            (links ?NODE1 ?NODE2 ?ARC)
            (and
                (subGraph ?PATH ?GRAPH)
                (instance ?PATH GraphPath)
                (or
                    (and
                        (equal
                            (BeginNodeFn ?PATH) ?NODE1)
                        (equal
                            (EndNodeFn ?PATH) ?NODE2))
                    (and
                        (equal
                            (BeginNodeFn ?PATH) ?NODE2)
                        (equal
                            (EndNodeFn ?PATH) ?NODE1)))))))
Merge.kif 5655-5675
(=>
    (instance ?NODE GraphNode)
    (exists (?OTHER ?ARC)
        (links ?NODE ?OTHER ?ARC)))
Merge.kif 5862-5865

consequent
-------------------------


(=>
    (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 3456-3466


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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