https://github.com/waldyrious/sparql-query-generator
Simple interface to build SPARQL queries for Wikidata
https://github.com/waldyrious/sparql-query-generator
sparql sparql-query-builder wikidata
Last synced: 6 months ago
JSON representation
Simple interface to build SPARQL queries for Wikidata
- Host: GitHub
- URL: https://github.com/waldyrious/sparql-query-generator
- Owner: waldyrious
- Created: 2019-05-18T11:16:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T20:13:22.000Z (over 6 years ago)
- Last Synced: 2025-04-03T13:48:32.035Z (9 months ago)
- Topics: sparql, sparql-query-builder, wikidata
- Language: HTML
- Homepage: https://waldyrious.github.io/sparql-query-generator
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPARQL query generator
This is a revival of a tool by [Benestar](https://github.com/Benestar)
that used to be hosted at https://tools.wmflabs.org/bene/sparql.
That URL is currently down, so the project was copied here to revive the tool.
Check out the live demo at **http://waldyrious.github.io/sparql-query-generator/**.
The tool is a simple web interface that helps with creating SPARQL queries for Wikidata
by filling subject-predicate-object triples.
An autocomplete dropdown feature is available to translate human-readable labels
into Wikidata codes for items and properties.
The generated query can then be ran in the [Wikidata Query Service](https://query.wikidata.org/).