| GraphElement(graph element) |
| appearance as argument number 1 |
|
|
| (subclass GraphElement Proposition) | Merge.kif 5868-5868 | Graph element is a subclass of proposition |
| (partition GraphElement GraphNode GraphArc) | Merge.kif 5869-5869 | Graph element is exhaustively partitioned into graph node and graph arc |
| (documentation GraphElement EnglishLanguage "Noncompositional parts of Graphs. These parts are restricted to GraphNodes and GraphArcs.") | Merge.kif 5871-5872 | Graph element is exhaustively partitioned into graph node and graph arc |
| (externalImage GraphElement "http://upload.wikimedia.org/wikipedia/commons/ 5/ 5b/ 6n_graf.svg") | pictureList.kif 1788-1788 | Graph element is exhaustively partitioned into graph node and graph arc |
| appearance as argument number 2 |
|
|
| (subclass GraphNode GraphElement) | Merge.kif 5881-5881 | Graph node is a subclass of graph element |
| (subclass GraphArc GraphElement) | Merge.kif 5891-5891 | Graph arc is a subclass of graph element |
| (termFormat EnglishLanguage GraphElement "graph element") | english_format.kif 1087-1087 | Graph arc is a subclass of graph element |
| appearance as argument number 3 |
|
|
| (domain graphPart 1 GraphElement) | Merge.kif 5937-5937 | The number 1 argument of graph part is an instance of graph element |
| antecedent |
|
|
| (=> (instance ?PART GraphElement) (exists (?GRAPH) (and (instance ?GRAPH Graph) (graphPart ?PART ?GRAPH)))) |
Merge.kif 5874-5879 | If X is an instance of graph element, then there exists Y such that Y is an instance of graph and X is a part of Y |
|
|