I am trying to find the shortest path between two nodes using SSSP https://github.com/blazegraph/database/wiki/RDF_GAS_API which is based on the number of hops. However I would like to enable looking for the shortest weighted path not based on hops. I am using RDF* to reflect the weights between my nodes. I would like to ask whether this feature is supported. If yes, an example would be appreciated!
Hello,
I am trying to find the shortest path between two nodes using SSSP https://github.com/blazegraph/database/wiki/RDF_GAS_API which is based on the number of hops. However I would like to enable looking for the shortest weighted path not based on hops. I am using RDF* to reflect the weights between my nodes. I would like to ask whether this feature is supported. If yes, an example would be appreciated!
Thank you!