Template:SPARQL

From mediawiki.org
{{{query}}}

Try it!

Template documentation

This template displays SPARQL query with syntax highlighting, prefixes and link to WDQS beta site to run the query.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
queryquery

SPARQL query

Example
SELECT * WHERE { ?x wdt:P31 wd:Q5 } LIMIT 1
Stringrequired
extraprefixextraprefix

Extra prefixes to be added

Example
PREFIX wikibase: <http://wikiba.se/ontology#>
Stringoptional
namespacenamespace

Namespace for query

Example
categories
Unknownoptional
endpointendpoint

Endpoint for query, if different from the default wikidata one

Example
https://dcatap.wmflabs.org/
URLoptional