Hi,

i'm developing an application that makes some ajax requests to the sparql 
endpoint (dbpedia.org/sparql). The problem is the following, until yesterday I 
used this code for retrieving the data:

query = 
'http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=........&format=text%2Fhtml&timeout=0&debug=on&output=json'

ajaxReq = ($.ajax({                      
                url: query,
                dataType: "json",
                success: function (data) {
                        ...
                },
                error: function(e) {
                        ...
       }
        }));


Using this code and in particular the query above i succeded in ectracting all 
the data i wanted. Now it happens that my ajax call does not work yet even if 
is not changed. All the request to the endpoint sparql end up in an error but 
if i alert the query, executing it from the endpoint it works.

Any idea about the problem?
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to