Changes

Jump to navigation Jump to search
no edit summary
Line 208: Line 208:  
    fullUrl = endpointUrl + '?query=' + encodeURIComponent( sparqlQuery ),
 
    fullUrl = endpointUrl + '?query=' + encodeURIComponent( sparqlQuery ),
 
    headers = { 'Accept': 'application/sparql-results+json' };
 
    headers = { 'Accept': 'application/sparql-results+json' };
    debug("qid: "+ qid + " typeqid: " + typeqid + " " + fullUrl)
+
    debug("qid: "+ qid + "\ntypeqid: " + typeqid + "\n" + fullUrl + "\n" + sparqlQuery)
 
        fetch( fullUrl, { headers } ).then( body => body.json() ).then( json => {
 
        fetch( fullUrl, { headers } ).then( body => body.json() ).then( json => {
 
    if ( json.boolean )
 
    if ( json.boolean )

Navigation menu