You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On failed requests in SparqlClient.ts logging is missing spaces (eg console.info('sendPostQuery: response.status' + error.response.status);), which results in strange output, eg sendPostQuery: response.status404. This looks even worse when json2str returns undefined.
Sparql request should has WHERE statement on new line for redability