graph element (GraphElement)
Noncompositional parts of Graphs.
These parts are restricted to GraphNodes and GraphArcs.
Ontology
SUMO / GRAPH-THEORYSuperclass(es)
Subclass(es)
graph node
graph arc
Coordinate term(s)
attribute
graph
proposition
quantity
relation
set or class
Constrains relations
graph part
Axioms (3)
graph element is disjoint from graph.
(disjoint GraphElement Graph)
graph element is exhaustively partitioned into graph node,graph arc.
(partition GraphElement GraphNode GraphArc)
If part is an instance of graph element, then there exists graph graph so that part is a part of graph.
(=>
(instance ?PART GraphElement)
(exists
(?GRAPH)
(and
(instance ?GRAPH Graph)
(graphPart ?PART ?GRAPH))))