query-73cdaf9889ee056eb3e938479c2971fd

rq turtle/ttl

A kind query requestI would like to ask your help to build few queries. I would like to get… than 100 (TOP 100 website)(P1661)Alexa rank image (logo) grid of items with higher items with a date option (released before/after a specific date)(Q19723451)smartphone model image grid of items by date of publication (with two different lines, if it is possible)(Q47461344)written work and (Q2431196)audiovisual work line chart of should be counted as one for English(Q1758112)Ender's Game . I would like to get the bubble charts of the biggest languages; for example, (P364)original language of film or TV show based on (P345)IMDb ID and have (Q2431196)audiovisual work language stats of items which are subclass of 16:58, 14 December 2019 (UTC)) talk (BencemacI would be very thankful for your help! Regards, 07:57, 15 December 2019 (UTC)) talk (Bencemac: Esetleg tudnál segíteni? Későn gondoltam rá, hogy még ma kezdenem kellene ezekkel valamit. Előre is köszi a választ! Máté@ Az első ez lenne, de nekem eléri az időkorlátot:

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#>
#defaultView:BubbleChart
SELECT ?lang (count(?work) as ?count) WHERE { ?work wdt:P31/wdt:P279* wd:Q2431196; wdt:P345 []; wdt:P364 [rdfs:label ?lang] FILTER (lang(?lang) = "hu") } GROUP BY ?lang

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v1("?lang"):::projected v2("?work"):::projected a2((" ")) a1((" ")) a3((" ")) c4(["wd:Q2431196"]):::iri f0[["?lang = 'hu'"]] f0 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v2 --"wdt:P345"--> a2 a3 --"rdfs:label"--> v1 v2 --"wdt:P364"--> a3 bind2[/"count(?work)"/] v2 --o bind2 bind2 --as--o v3