On 6/7/13 3:45 PM, Andrea Di Menna wrote:
Hi Fabio,I am also sending SPARQL queries to the dbpedia endpoint using Ajax and I cannot experience any problem.There was only a short service interruption today, due to a server update. Is it still not working?
Remember, things are time variant on the Web. The state of affairs has changed between now and the initial mail :-)
Kingsley
Regards Andrea2013/6/7 fabio valsecchi <[email protected] <mailto:[email protected]>>Hi, i'm developing an application that makes some ajax requests to the sparql endpoint (dbpedia.org/sparql <http://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' <http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=........&format=text%2Fhtml&timeout=0&debug=on&output=json%27> 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] <mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion ------------------------------------------------------------------------------ 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
-- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter/Identi.ca handle: @kidehen Google+ Profile: https://plus.google.com/112399767740508618350/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ 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
