weighted graphs? Do that with sones GraphDB!
You know that with the sones GraphDB you can achieve amazing things by connecting objects through edges. A graph data structure is based upon this idea and having the ability to add weight to these edges gives you the ability to create weighted graphs.
“A graph is a weighted graph if a number (weight) is assigned to each edge. Such weights might represent, for example, costs, lengths or capacities, etc. depending on the problem.” (Wikipedia)
There’s an example of a simple weighted graph in the example section of this website. Have a look at it!

