query-5af2c8eb947189c29bfb7e959fb7deef

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?unit (group_concat(?symbol; separator = ", ") as ?symbols) where {
  ?unit wdt:P5061 ?symbol . filter (lang(?symbol) = "en")
  filter (contains(?symbol, "W h")|| contains(?symbol, "Wh"))
} group by ?unit

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?symbol"):::projected v3("?symbols") v2("?unit"):::projected f0[["(contains(?symbol,'W h') || contains(?symbol,'Wh'))"]] f0 --> v1 f1[["?symbol = 'en'"]] f1 --> v1 v2 --"wdt:P5061"--> v1 bind3[/"?symbol"/] v1 --o bind3 bind3 --as--o v3