Will Stardog APIs include support for PATH queries? Which APIs?

Consider that a feature request if not implemented yet.

Path queries are supported through the Java and HTTP APIs. See, for example, Connection#paths method.

I realise we don't have an example in our stardog-examples repo for paths, we will fix that.

Cheers,
Pavel

Will JS and Clojure catch up, or it is by design?

@alexj stardog.js actually does already support paths queries, it's just not very explicit about that. query.execute will run a paths query if you pass one in to it.

As for stardog-clj, I cannot speak to the roadmap for when this support would make it in, however the 6.0.1 version is up-to-date w.r.t. the SNARL API, and PRs are always welcomed.