Template:SparqlFormRunLink
Example of usage:
{{SparqlFormGoLink|run a query to show me some triples|
select ?s ?p ?o
where
{?s ?p ?o}
limit 10
}}
Gives: run a query to show me some triples . Clicking on that links goes to the Neurocommons query form and fills in the query, and runs it.
