This is a Web GUI that aids in the representation and formulation of SPARQL queries for users outside the Linked Data Domain!
You can go here to view the LMB SPARQL GUI in production!
Alternatively, you can clone the repo and run the following to run the app locally in development mode.
In the project directory, run:
npm install
npm run start
It can also be run in local production-like server (if you really want) by running the following:
npm install
npm run build
serve -s build