A jQuery plugin developed to be a flexible interface with any SPARQL database.
Example Query
$.query("SELECT distinct ?v where { ?o ?v ?s. }");
$.query
Calls a SPARQL query on your database.
- query - SPARQL query string.
Warning: There is no defense against injection based attacks. This is not meant for public distribution due to javascript's very public nature. This is not a problem if you create apps not meant for public consumption or if through some other means you disable modification privilages.