query-9afb12e9fd071fa57ab37758f10e9090

rq turtle/ttl

]reply[ Finally I got it :16:19, 1 June 2020 (UTC)) talk (Le-sens-commun--

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?band ?bandLabel WHERE {
  ?band rdfs:label ?bandLabel;
    wdt:P264 wd:Q3473424.
} LIMIT 206

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?band"):::projected v2("?bandLabel"):::projected c3(["wd:Q3473424"]):::iri v1 --"rdfs:label"--> v2 v1 --"wdt:P264"--> c3