Skip to content

Files

Latest commit

 

History

History
44 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.15 KB

Table of Contents

Introduction

"SPARQL Query Builder" is an web interface to query DBpedia. It constructs SPAQRL query based on the user input and queries DBpedia for the results. Active suggestion and simple user interface makes it the easy for the new user.

This project was bootstrapped with Create React App.

Requirements

Nodejs : v6 or above

Development environment setup

Clone project repository using

git clone https://github.com/sanjivkrish/SPARQL-query-builder.git

cd SPARQL-query-builder

npm install

Launch application

You can start the application in localhost by:

npm start

App - Production version

https://sparql-query-builder.herokuapp.com/

License

The SPARQL Query Builder is released under the MIT License.

Contributions are welcome, and bug reports or pull requests are always helpful.