GraphDB 9.9 introduced the powerful feature for retrieving paths (shortests paths, cycles etc.)
However, from the documentation it is not clear whether this can also be used for nondirected graphs - i.e. ignoring the edge directions given by triples.
Is it possible to apply the path search functions without considering edge direction (e.g. in social networks where most relationships are mutual). Of course duplicating each edge with its inverse version can be a solution but far from elegant.