SPARQL examples: Difference between revisions
Jump to navigation
Jump to search
| Line 56: | Line 56: | ||
<div class="wdt-sparql-container"> | <div class="wdt-sparql-container"> | ||
<code> | <code> | ||
SELECT ?institution ?institutionLabel WHERE { | SELECT ?institution ?institutionLabel WHERE { | ||
Revision as of 10:11, 12 May 2022
This page is parsed by the web interface of the query service to fill the query example dialog.
test page scroll
test page scroll
Institutions
SELECT ?institution ?institutionLabel WHERE {
?institution wdt:P47 wd:Q467. # instance of Institution
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}