Skip to content

sparql-generate/sparql-generate-editor

 
 

Repository files navigation

NPM

SPARQL-Generate Editor

SPARQL-Generate Editor (SGE) is a fork of YASQE (Yet Another SPARQL Query Editor) that is part of the the YASGUI suite of SPARQL tools. For more information about SGE, its features, and a HOWTO for including it in your own web site, visit https://sparql-generate.github.io/sparql-generate-editor

build

docker build -t sparql-generate-editor .
docker run -it --rm --name sg-editor -p 4000:4000 -v c:/Users/peth-to-project:/home/node/app sparql-generate-editor /bin/sh

then in the terminal:

npm install
npm run dev
# or npm run build

About

YASQE with support for the SPARQL-Generate syntax

Resources

License

MIT, MIT licenses found

Licenses found

MIT
license.txt
MIT
licence-yasqe.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.0%
  • Prolog 5.6%
  • CSS 2.7%
  • HTML 1.6%
  • Dockerfile 0.1%
  • Batchfile 0.0%