For the last several days, I've noticed that queries to `https://id.nlm.nih.gov/mesh/sparql` are failing, with status code 502 and a response of: > Proxy Error > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET /mesh/sparql. > > Reason: Error reading from remote server Here's the [full URL](https://id.nlm.nih.gov/mesh/sparql?query=%23+https%3A%2F%2Fhhs.github.io%2Fmeshrdf%2Fdescriptors%0A%23+https%3A%2F%2Fwww.nlm.nih.gov%2Fmesh%2Fintro_record_types.html%0A%23+meshv%3ATopicalDescriptor+is+used+for+Class+1+Descriptors+-+Main+Headings%0APREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0APREFIX+meshv%3A+%3Chttp%3A%2F%2Fid.nlm.nih.gov%2Fmesh%2Fvocab%23%3E%0ASELECT+%3Fmesh_id+%3Fmesh_class+%3Fmesh_uri+%3Fmesh_label%0AWHERE+%7B%0A++%3Fmesh_uri+a+%3Fmesh_type_uri+.%0A++BIND%28+STRAFTER%28STR%28%3Fmesh_type_uri%29%2C+%22mesh%2Fvocab%23%22%29+AS+%3Fmesh_class%29%0A++%3Fmesh_uri+meshv%3Aidentifier+%3Fmesh_id.%0A++OPTIONAL+%7B%0A++++%23+meshv%3AprefLabel+is+used+for+meshv%3ATerm%0A++++%3Fmesh_uri+rdfs%3Alabel%7Cmeshv%3AprefLabel+%3Fmesh_label+.%0A++++FILTER+%28langMatches%28lang%28%3Fmesh_label%29%2C+%22EN%22%29%29+.%0A++%7D%0A%7D%0AORDER+BY+%3Fmesh_uri%0A%23+LIMIT+10%0A&format=CSV&inference=False&limit=1000&offset=0&year=2020) for my query.