https://github.com/zazuko/sparql-editor-demo
https://github.com/zazuko/sparql-editor-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zazuko/sparql-editor-demo
- Owner: zazuko
- License: mit
- Created: 2021-03-24T12:39:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T11:52:46.000Z (about 5 years ago)
- Last Synced: 2025-09-11T15:08:46.648Z (10 months ago)
- Language: JavaScript
- Homepage: https://zazuko.github.io/sparql-editor-demo/
- Size: 2.38 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sparql-editor-demo
This demo provides all you need to integrate a SPARQL query editor into a website/webapp.
[Try it out](https://zazuko.github.io/sparql-editor-demo/)!
The SPARQL query editor is a simple [web component](https://www.npmjs.com/package/@rdfjs-elements/sparql-editor). It is using [sparql-http-client](https://github.com/zazuko/sparql-http-client) for fetching the data and [rdf-literal](https://www.npmjs.com/package/rdf-literal) for proper datatype handling in JavaScript.