Hi, I am trying to run numerous queries to DBPedia through Sparql
using my application. All queries work perfectly fine, when I execute
them one by one, but when I run all queries at one,
I get the following exception:
500 SPARQL Request Failed: HttpException: 500 SPARQL Request Failed
The queries are the following:
SELECT DISTINCT
?d
WHERE {
?cl
dbpprop:fullname ?o
.
?o "replacementString"
.
?cl rdf:type ?c
.
?c
rdfs:label ?d
.
} LIMIT 2
or SELECT DISTINCT ?b
WHERE {
?cl
rdfs:label
"replacementString"
.
?cl
rdfs:subClassOf ?a .
?a
rdfs:label
?b . } LIMIT 2
The problem arises mainly when I include the first query with the
option. Is it something with the huge volume of traffic running?
Is it with mine application or your server?
Thank you for your time.
Regards,
Mirela
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion