Querying a Sesame triplestore using JavaScript [closed]

主宰稳场 提交于 2020-01-06 19:09:43

问题


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 using leaflet.js.

The follow up question is at Querying Sesame triplestore using JavaScript


回答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).



来源:https://stackoverflow.com/questions/29779302/querying-a-sesame-triplestore-using-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!