Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomgraph/sparql-playground
A client-side SPARQL playground
https://github.com/atomgraph/sparql-playground
knowledge-graph linked-data rdf sparql
Last synced: 3 months ago
JSON representation
A client-side SPARQL playground
- Host: GitHub
- URL: https://github.com/atomgraph/sparql-playground
- Owner: AtomGraph
- License: apache-2.0
- Created: 2023-03-28T20:19:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T20:25:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T18:33:33.038Z (10 months ago)
- Topics: knowledge-graph, linked-data, rdf, sparql
- Language: JavaScript
- Homepage: https://atomgraph.github.io/SPARQL-Playground/
- Size: 31.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPARQL-Playground
**Available online on [https://atomgraph.github.io/SPARQL-Playground/](https://atomgraph.github.io/SPARQL-Playground/)**
Unlike other server-based SPARQL playgrounds, this runs completely in the browser. It only accepts RDF data from user input and does not query remote datasources.
Multiple RDF input/output formats as well SPARQL result formats are supported.
Inspired by [martin-honnen](https://github.com/martin-honnen)'s [Saxon-JS 2.5 XSLT 3 Fiddle](https://martin-honnen.github.io/xslt3fiddle/).
## Dependencies
* [Comunica](https://comunica.dev/) — A knowledge graph querying framework