SELECT ?s ?type WHERE {
SERVICE <http://dbpedia.org/sparql> {
?s rdf:type ?type
}
} Limit 100
This query works for me locally. Is something appearing in your stardog.log? And as @lorenz_b asks, are you using the CLI, the webconsole, Stardog Studio, or some other method of running the query?
Oh, I should learn reading carefully. Glad it works now.
I'm just wondering why you get two different error messages between Web console and Stardog Studio. Or is the Error! Internal Server Error message in the Web Console just the parent Java error and the details can be found just in the logs?
I'm just wondering why you get two different error messages between Web console and Stardog Studio. Or is the Error! Internal Server Error message in the Web Console just the parent Java error and the details can be found just in the logs?
This is just because Studio extracts the more informative error message from the response body that is sent back from Stardog (when it is available), whereas the web console just displays the more generic HTTP status text.