I used the former version of Exhibit to build a prototype on a static
data source last year and it proved to be a very promising tool. I'm
currently looking for the same kind of vizualization/tayloring of data
on a larger source (triple store) via a SPARQL endpoint. My question
is: can Exhibit3 be used on a SPARQL endpoint ? And if not, is it
planned for a future version ?
Thanks
Martin
Right, I know we've talked about the possibility of adding other
stores, but there's no requirement to do so for E3 at this time.
FYI, the disk-based database code was removed a few months ago, but is
being added back in - temporarily - on a separate branch.
Mark.
Backstage is built on Sesame, which handles a good deal of SPARQL
natively. Here's one of the developers showing it off:
http://jeenbroekstra.blogspot.com/2010/03/accessing-dbpedias-sparql-endpoint-with.html
We haven't tapped into this specific feature, but perhaps you've come
across it in your exploration. I'm not entirely clear on whether you
can build a TupleQuery out of the Sesame Java API and have it issue a
SPARQL query to the endpoint, or whether you would need to modify the
Backstage code to directly build SPARQL queries. You could perhaps ask
on the Sesame users list.
Backstage is built on Sesame, which handles a good deal of SPARQL
natively. Here's one of the developers showing it off:
http://jeenbroekstra.blogspot.com/2010/03/accessing-dbpedias-sparql-endpoint-with.html