we've been working with supply chain data, where two actors are connected via a Route.
This Route node has information on distance, cost, etc, for transport of goods between the two actors.
My question is, is there any method or algorithm, such as Dijkstra, available somewhere for working with shortest weighted path in RDF and preferably GraphDB?
We looked for pathfinding queries in GraphDB and SPARQL documentation, but did not find anything relevant for weighted paths.