Querying A Sesame Triplestore Using Javascript
I am trying to find out if one can query a graph in Sesame triplestore using JavaScript and extract the result as SPARQL/JSON. I want to extract Lat/Long values and plot on a map u
Solution 1:
Yes, this is possible. Sesame has a REST API which you can access from JavaScript, and you can request results in multiple formats (including SPARQL/JSON).
Post a Comment for "Querying A Sesame Triplestore Using Javascript"