Have a look at the project page
The Visual SPARQL Builder (VSB) is a tool which allows users to create and run SPARQL queries with a graphical interface within the browser. For the creation of a query basic understanding of linked data is needed.
- Clone this repository and checkout the
dist
branch (or download a release). - Serve the VSB with an webserver like apache or nginx.
- You probably want to configure the VSB for your own endpoint.
Therefore you need to create a file named
overwrite.js
in the root folder of your VSB copy. For documentation of the structure of the file, please have a look here
- Clone this repository (or download a release).
- Install node.js and npm
- Install grunt
npm install -g bower gulp
- Run
npm install
- Run
bower install
- Run
gulp develop
to see the app running onhttps://localhost:8123/
- Happy Development!