We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e485bd commit 31b6488Copy full SHA for 31b6488
helpers/mu/sparql.js
@@ -14,6 +14,7 @@ function newSparqlClient() {
14
15
// executes a query (you can use the template syntax)
16
function query( queryString ){
17
+ console.log(queryString);
18
return newSparqlClient().query( queryString ).execute();
19
};
20
0 commit comments