VIVO-734 implement listrdf by delegating to SparqlQueryApiExecutor.

It formerly retrieved the data from Solr.
This commit is contained in:
j2blake 2014-05-06 15:09:54 -04:00
parent 6b77c3b3dc
commit 73fbe66534
2 changed files with 68 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<script src="js/jquery.js"></script>
<script>
function TestLOD() {
function TestSparql() {
self = this;
this.setup = setupButtons;
@ -38,11 +38,11 @@ function TestLOD() {
}
$(document).ready(function() {
new TestLOD().setup();
new TestSparql().setup();
});
</script>
<h1>Test the Linked Open Data requests</h1>
<h1>Test the SPARQL Query API</h1>
<h3>Request data</h3>
<table>