https://github.com/leipert/vsb
Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser
https://github.com/leipert/vsb
Last synced: 4 months ago
JSON representation
Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser
- Host: GitHub
- URL: https://github.com/leipert/vsb
- Owner: leipert
- License: mit
- Created: 2014-05-21T07:36:10.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-20T07:18:54.000Z (about 10 years ago)
- Last Synced: 2025-06-14T13:08:03.877Z (6 months ago)
- Language: JavaScript
- Homepage: https://leipert.github.io/vsb/
- Size: 19.4 MB
- Stars: 49
- Watchers: 10
- Forks: 11
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantic-web - vsb - Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser https://leipert.github.io/vsb/ (Other Awesome / BBedit)
- awesome-semantic-web - vsb - Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser https://leipert.github.io/vsb/ (Misc / BBedit)
README
# Visual SPARQL Builder
Have a look at the [project page](http://leipert.github.io/vsb)
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.
## Deployment
1. Clone this repository and checkout the `dist` branch (or download a release).
1. Serve the VSB with an webserver like apache or nginx.
1. 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](docs/overwrite.js.md)
## Development
1. Clone this repository (or download a release).
1. Install [node.js](http://nodejs.org/) and npm
1. Install grunt `npm install -g bower gulp`
1. Run `npm install`
1. Run `bower install`
1. Run `gulp develop` to see the app running on `http://localhost:8123/`
1. Happy Development!