I have been trying to run the following query in SPARQL explorer
SELECT DISTINCT ?concept
FROM <http://dbpedia.org>
WHERE {
?x a ?concept
} LIMIT 100
When I run it, it gives me
SR171: Transaction timed out
Can someone help me with this problem?
Thanks
The problem was with the website itself. It was under maintenance.
Thanks