Hi Erick,
I have been looking for an easy and lazy ;-) way to have some AJAX
functionality to be added to our SPARQL form
(http://www.cellcycleontology.org/query/sparql) so that query results
could be seen on the same web page and therefore, users don't have to
click on the BACK button of their browsers. We would like to have the
same or similar tabs (Result, Response, Query, Request) as in
http://demo.openlinksw.com/isparql/. I found within the distribution
some code:
.../virtuoso-opensource/binsrc/samples/sparql_demo/sparql_ajax.js
but also:
.../virtuoso-opensource/binsrc/isparql/execute.js
However, I have had some trouble for adapting those pieces of code. I
was wondering whether somebody has something like that already implemented?
As Hugh already pointed you to the OAT project, i just want to chime in
and tell you the OAT toolkit is embedded into virtuoso opensource tree
too under binsrc/oat. This contains only the toolkit, not all the
examples and documentation which can be obtained from the full distribution:
http://demo.openlinksw.com/oatdemo/
http://oat.openlinksw.com/
http://sourceforge.net/projects/oat/
You can also join the OAT mailing lists if you have any questions about
the OAT toolkit:
http://sourceforge.net/mail/?group_id=168143
One of the examples we have in OAT is a mini rdfbrowser that is easily
embedded in a page. You can see a live example here:
http://demo.openlinksw.com/DAV/JS/linked_data_page/index.html
Best regards,
Patrick