VIVO-734 implement listrdf by delegating to SparqlQueryApiExecutor.
It formerly retrieved the data from Solr.
This commit is contained in:
parent
6b77c3b3dc
commit
73fbe66534
2 changed files with 68 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue