Short answer: A graph.
All data structures are simplified graphs.
The state of the physical universe is a massive graph in which interconnected objects are themselves massive assemblies of graphs of atoms and the atoms are graphs of subatomic particles. It's graphs all the way down. The properties of all systems - physical, chemical, economic, biological - emerge from the interactions between simple connected elements.
My opinion is that all knowledge is representable as a connected graph. The disconnect between our computers and our minds arises from the fact that brains are categorically not numerical machines but graph processing and pattern recognition engines. Neural networks are the underlying hardware and, with the typical elegance of nature, these are also graphs.
It should be possible to build a graph based language. The basic "Elements" [SICP] are easy to realise:
1. Primitive Expressions are graph nodes. They have identity and not much else.
2. Means of combination. Graphs can be added, subtracted etc.
3. Abstraction. A graph can be abstracted into a single node. We have no problem looking at a complex assembly of components as a single entity.
Since Google and Facebook are two massive platforms whose value arise from direct interaction with planet-scale graphs with billions of nodes, would these platforms be easier to build if our computers were more graph oriented? I would like to believe so.