RDF File Downloader: A Python script for downloading RDF files from a list of URIs, automating the retrieval and storage of structured data from the web. This Python script is designed to download RDF ...
Currently, open_file relies on Kernel.open and OpenURI.open_uri, which doesn't provide sufficient control in the face of redirects, or 200 requests with a Location header. It should be re-implemented ...