On 16/12/17 15:36, Laura Morales wrote:
The query is the same, except that you add "FROM<http://example.org/wikidata>". 
Other than this, the only difference is that you probably have more RAM than me.

You said the query was:
[[
SELECT ?s
WHERE { ?s a <http://wikiba.se/ontology-beta#Item> }
LIMIT 10
OFFSET 20000000
]]

Are you now saying the query was actually:

[[
SELECT ?s
FROM <http://example.org/wikidata>
WHERE { ?s a <http://wikiba.se/ontology-beta#Item> }
LIMIT 10
OFFSET 20000000
]]

?


        Andy

Reply via email to