Template:SPARQL
Istruzioni per l'uso
Le istruzioni che seguono sono contenute nella sottopagina Template:SPARQL/man (modifica · cronologia)
Sandbox: Template:SPARQL/Sandbox (modifica · cronologia) · Tutte le sottopagine: lista
Le istruzioni che seguono sono contenute nella sottopagina Template:SPARQL/man (modifica · cronologia)
Sandbox: Template:SPARQL/Sandbox (modifica · cronologia) · Tutte le sottopagine: lista
Questo template serve a visualizzare query SPARQL formattandole e fornendo un link per testarla su Wikidata Query con i dati di Wikidata.
Uso
{{SPARQL|query= #Cats SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q146 . SERVICE wikibase:label { bd:serviceParam wikibase:language "it" } } LIMIT 100 }}
Mostrerà
#Cats
SELECT ?item ?itemLabel
WHERE
{
?item wdt:P31 wd:Q146 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "it" }
}
LIMIT 100
Con relativo link per testare la query
Parametri
|
{{SPARQL
|query =
}}