Template:SPARQL2: Difference between revisions

From TDWG Collection Description
Jump to navigation Jump to search
(Created page with "{{SPARQL2/doc}} <onlyinclude>{{Clear}}{{#ifeq:{{{nohints|}}}|{{{nohints}}}| <!--hidden hints--> | {{TranslateThis<!-- -->|ar=يستخدم الاستعلام التال...")
 
No edit summary
Line 24: Line 24:
min-width: 20em;"}}
min-width: 20em;"}}
<!--
<!--
--><div class="displayonly">[https://wiki.bgbm.org/bdidata/query/#{{urlencode: {{SPARQLText|query={{{query}}}|extraprefix={{{extraprefix|}}} }} | PATH }} {{Int try it}}]</div>{{Clear}}</onlyinclude><noinclude>
--><div class="displayonly">https://tdwg-cd.wiki.opencura.com/query/#{{urlencode: {{SPARQLText|query={{{query}}}|extraprefix={{{extraprefix|}}} }} | PATH }} {{Int try it}}]</div>{{Clear}}</onlyinclude><noinclude>
<templatedata>
<templatedata>
{
{

Revision as of 14:58, 12 May 2020

Template:SPARQL2/doc

The following query uses these:

{{{query}}}

This template displays SPARQL query with syntax highlighting, used items and link to WDQS query site to run the query. TODO: used items labels are not localized

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
queryquery sparql

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