LDF question

Hi,

I am trying to run following query against DBpedia in the LDF client demo [1].

    SELECT DISTINCT ?type
    WHERE {
      ?s a ?type
    }
    limit 10

Now I would naturally expect to get 10 distinct results as there are many types of entity in DBpedia.
Yet I only get one result: <http://dbpedia.org/ontology/Image>

Is this the intended result?
If so, can someone explain why?

I had the idea that the results would be paginated and the client would follow the links to next page of results, but here it just seems to take first page and stop.

Regards,

John

[1] http://client.linkeddatafragments.org/

Received on Friday, 8 April 2016 10:23:30 UTC