It would be helpful if it were possible to easily fetch the latest version of an artifact without needing to look up or hardcode the specific version. For example, a request such as:
curl -i https://databus.dbpedia.org/dbpedia/generic/wikipedia-links/latest
should respond with a redirect to the actual URI of the most recent version of the artifact. This would simplify automation and scripting by allowing clients to always fetch the newest version, while also reducing the need to manually resolve or track artifact version identifiers.
It would be helpful if it were possible to easily fetch the latest version of an artifact without needing to look up or hardcode the specific version. For example, a request such as:
should respond with a redirect to the actual URI of the most recent version of the artifact. This would simplify automation and scripting by allowing clients to always fetch the newest version, while also reducing the need to manually resolve or track artifact version identifiers.