i've build a TDB-Store with Apache Jena and now i want to use the data from my store to implement some nice visualizations. So after all it's necessary to access my TDB with JavaScript.
I guess, there are two possibilities to archieve this:
No. 1: Run a Fuseki Server and run sparql queries on it's endpoint (i.e. http://localhost:3030/dataset/sparql
). How can i query this endpoint with js?
No. 2: Access the TDB directly from js. Is this possible?
Thanks in advance, FFoDWindow