We try to access public SPARQL endpoints with pocketquery and the Apache Jena JDBC remote drivers.
Unfortunately, the user is mandatory so we get the following
Error
Error rendering macro 'pocketquery' : org/apache/jena/atlas/web/auth/HttpAuthenticator
Here is a test setup
Database
Name: dbpedia
Url: jdbc:jena:remote:query=http://dbpedia.org/sparql
Driver: org.apache.jena.jdbc.remote.RemoteEndpointDriver
no user and pass
Query
Simple test query:
SELECT DISTINCT ?class WHERE {?s a ?class} LIMIT 10