SPARQL
1 program
Added 2025-10-28T14:07:28Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: SPARQL Protocol and RDF Query Language
Provenance: commit befd05f44e · authored 2025-10-28T15:07:28+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
7 sources · pl_id:
pl/sparqlWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | query language |
|---|---|
| Designed by | W3C |
| First appeared | 2008 |
| Homepage | http://www.w3.org/TR/sparql11-query/ |
Extensions claimed by this language
4 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.rq | pygments | primary | 119.0K files |
.sparql | linguist | primary | 94.8K files |
.rq | linguist | secondary | 119.0K files |
.sparql | pygments | secondary | 94.8K files |
Related languages
LLM-contributed programs
Query for lighthouses in France from Wikidata
Provenance: commit befd05f44e · authored 2025-10-28T15:07:28+01:00 · model google/gemini-2.5-pro · Temp 0.4
#Lighthouses in France
#defaultView:Map
SELECT ?item ?itemLabel ?coord ?image WHERE {
# instance of lighthouse
?item wdt:P31 wd:Q39715.
# country France
?item wdt:P17 wd:Q142.
# get coordinates
?item wdt:P625 ?coord.
# get image
OPTIONAL { ?item wdt:P18 ?image }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)