Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-24 Thread Heiko Paulheim
Dear Kingsley, the window size is only 1000, and it also occurs with window size 100. As far as I understand the error, the problem is that the underlying collection is larger than 4. You can try it yourself at

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-24 Thread Kingsley Idehen
On 4/24/12 7:46 AM, Heiko Paulheim wrote: Dear Kingsley, the window size is only 1000, and it also occurs with window size 100. As far as I understand the error, the problem is that the underlying collection is larger than 4. You can try it yourself at

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-24 Thread Heiko Paulheim
I am trying to get *all* the triples that match the following query: SELECT DISTINCT ?p ?s FROM http://dbpedia.org WHERE { ?s ?p http://dbpedia.org/resource/Germany } By retrieving chunks of 1000, I will start with SELECT DISTINCT ?p ?s FROM http://dbpedia.org WHERE { ?s ?p

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-24 Thread Heiko Paulheim
Thanks a lot, Kingsley, that really seems to solve our problem. Best, Heiko. Am 24.04.2012 15:36, schrieb Kingsley Idehen: On 4/24/12 8:01 AM, Heiko Paulheim wrote: I am trying to get *all* the triples that match the following query: SELECT DISTINCT ?p ?s FROM http://dbpedia.org WHERE {

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Heiko Paulheim
Dear Kingsley, the query in question is looking for types of objects related to a resource (e.g. a person knows some scientists, has written some books, etc.), i.e. SELECT DISTINCT ?p ?t FROM http://dbpedia.org WHERE {?s ?p objectInQuestion. ?s a ?t } SELECT DISTINCT ?p ?t FROM

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Kingsley Idehen
On 4/11/12 9:14 AM, Heiko Paulheim wrote: Dear Kingsley, the query in question is looking for types of objects related to a resource (e.g. a person knows some scientists, has written some books, etc.), i.e. SELECT DISTINCT ?p ?t FROM http://dbpedia.org WHERE {?s ?p objectInQuestion. ?s a ?t

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Heiko Paulheim
Dear Kingsley, as I said, there is no query that times out as such. All the queries work fine in isolation. It is rather a problem of a longer series of queries that eventually provokes the Bandwith Limit Exceeded exception. Thus, my question is what that limit exactly is, and how many

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Heiko Paulheim
Dear Kingsley, OK, here's a basic example URL of a query I use: http://dbpedia.org/sparql?query=SELECT+DISTINCT+%3Fp+%3Ft%0D%0AFROM+%3Chttp%3A%2F%2Fdbpedia.org%3E%0D%0AWHERE+{%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FEngland%3E+%3Fp+%3Fo.+%3Fo+a+%3Ft+}format=text%2Fhtmltimeout=12 Best,

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Kingsley Idehen
On 4/11/12 10:14 AM, Heiko Paulheim wrote: Dear Kingsley, OK, here's a basic example URL of a query I use:

Re: [Dbpedia-discussion] HttpException: 509 Bandwidth Limit Exceeded

2012-04-11 Thread Heiko Paulheim
Excellent, thank you! Best, Heiko. Am 11.04.2012 16:44, schrieb Kingsley Idehen: On 4/11/12 10:14 AM, Heiko Paulheim wrote: Dear Kingsley, OK, here's a basic example URL of a query I use: